Remove deprecated commonjs imports and exports

This commit is contained in:
Chi Vinh Le
2017-10-03 20:43:18 +07:00
parent e99b79687f
commit 7ea05e699e
32 changed files with 137 additions and 444 deletions
@@ -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"
]
}