{ "plugins": [ "react-hot-loader/babel", "transform-decorators-legacy", "transform-class-properties", "transform-function-bind", "transform-react-jsx", "transform-runtime" ], "presets": [ "es2015", "react", "stage-1" ], "env": { "test": { "plugins": ["transform-es2015-modules-commonjs"] } } }