mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
test: fixes presets
This commit is contained in:
parent
d24904c650
commit
5fadb77707
1 changed files with 1 additions and 1 deletions
2
.babelrc
2
.babelrc
|
@ -26,7 +26,7 @@
|
|||
]
|
||||
},
|
||||
"test": {
|
||||
"presets": [ "es2015-node4", "flow", "react"],
|
||||
"presets": [ "es2015-node4", "stage-2", "stage-3", "flow", "react"],
|
||||
"plugins": [
|
||||
"transform-class-properties",
|
||||
"transform-object-rest-spread"
|
||||
|
|
Loading…
Reference in a new issue