{ "presets": ["react", "es2015"], "plugins": [ ["transform-runtime", { "helpers": false, "polyfill": false, "regenerator": true }], "transform-class-properties", "transform-object-rest-spread", "transform-es2015-spread", "transform-react-jsx" ], "env": { "development": { "plugins": ["react-hot-loader/babel", ["react-transform", { "transforms": [{ "transform": "react-transform-catch-errors", "imports": [ "react", "redbox-react" ] }] }]] } } }