mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: docker build support static properties and rest on objects
This commit is contained in:
parent
a62688f844
commit
779878383d
1 changed files with 6 additions and 2 deletions
8
.babelrc
8
.babelrc
|
@ -61,9 +61,13 @@
|
||||||
"presets": [
|
"presets": [
|
||||||
["env", {
|
["env", {
|
||||||
"targets": {
|
"targets": {
|
||||||
"node": "9"
|
"node": "10"
|
||||||
}
|
}
|
||||||
}], "flow"]
|
}], "flow"],
|
||||||
|
"plugins": [
|
||||||
|
"transform-object-rest-spread",
|
||||||
|
"transform-class-properties"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"presets": ["flow"],
|
"presets": ["flow"],
|
||||||
|
|
Loading…
Reference in a new issue