Remove .babelrc from plugin

This commit is contained in:
Chi Vinh Le
2017-10-03 23:29:46 +07:00
parent 62f1cd43cf
commit d2b6e0b235
@@ -1,14 +0,0 @@
{
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties",
"transform-decorators-legacy",
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx"
]
}