changes to babelrc

This commit is contained in:
Wyatt Johnson
2017-08-01 22:12:02 +10:00
parent de97ad59ec
commit 2ac6a9d829
15 changed files with 30 additions and 29 deletions
+1 -2
View File
@@ -325,8 +325,7 @@ While building your plugin you need to specify a `.eslintrc.json` file and a`.ba
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx",
["transform-runtime", {"polyfill": false}]
"transform-react-jsx"
]
}
```