feat(server): update dependecy server module babel installation #33

This commit is contained in:
Alexey Kasyanchuk
2018-05-29 14:25:24 +03:00
parent ea787ec358
commit ae8b84fed6
3 changed files with 931 additions and 727 deletions

View File

@ -10,7 +10,7 @@
}
],
"@babel/react",
"@babel/stage-0"
["@babel/stage-0", { "decoratorsLegacy": true }]
],
"plugins": [
["transform-object-rest-spread", { "useBuiltIns": true }]