Merge pull request #1007 from coralproject/revert-1005-rm-babelrc-subscriber

Revert "Remove .babelrc from plugin"
This commit is contained in:
Wyatt Johnson
2017-10-03 14:26:46 -06:00
committed by GitHub
@@ -0,0 +1,14 @@
{
"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"
]
}