0
Fork 0
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:
Juan Picado @jotadeveloper 2018-06-05 23:08:24 +02:00
parent a62688f844
commit 779878383d
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -61,9 +61,13 @@
"presets": [
["env", {
"targets": {
"node": "9"
"node": "10"
}
}], "flow"]
}], "flow"],
"plugins": [
"transform-object-rest-spread",
"transform-class-properties"
]
},
"development": {
"presets": ["flow"],