mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: docker build support static properties and rest on objects
This commit is contained in:
parent
a62688f844
commit
779878383d
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 New Issue
Block a user