mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update babel to transpile for above node6
This commit is contained in:
parent
6a5acd2c43
commit
30e1941771
1 changed files with 8 additions and 6 deletions
14
.babelrc
14
.babelrc
|
@ -34,17 +34,19 @@
|
|||
},
|
||||
"registry": {
|
||||
"presets": [
|
||||
"es2015-node4", "flow"
|
||||
],
|
||||
["env", {
|
||||
"targets": {
|
||||
"node": "6.10"
|
||||
}
|
||||
}], "stage-3", "flow"],
|
||||
"plugins": [
|
||||
"transform-object-rest-spread"
|
||||
"transform-object-rest-spread",
|
||||
"transform-class-properties"
|
||||
]
|
||||
},
|
||||
"development": {
|
||||
"presets": ["flow"],
|
||||
"plugins": [
|
||||
"flow-runtime"
|
||||
]
|
||||
"plugins": ["flow-runtime"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue