mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: update babel to transpile for above node6
This commit is contained in:
parent
6a5acd2c43
commit
30e1941771
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 New Issue
Block a user