babel update

This commit is contained in:
Alexey Kasyanchuk
2018-08-28 17:48:26 +03:00
parent 0105999907
commit 5f874883a1
3 changed files with 604 additions and 929 deletions

View File

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