{ "presets": [ ["env", { "debug": false, "targets": { "chrome": 52, "edge": 14, "browsers": [ "last 3 versions", "Safari >= 7", "not IE <= 6" ] } }], ["es2015", { "loose": true, "modules": false }], "stage-0", "react" ], "plugins": [ // "react-hot-loader/babel", "transform-runtime", "transform-decorators-legacy", "transform-class-properties", "transform-function-bind", "transform-object-rest-spread" ], // "env": { // "test": { // "sourceMaps": "both" // }, // "docs-production": { // "plugins": [ // "transform-replace-object-assign", // "simple-assign", // "transform-react-remove-prop-types", // "transform-react-constant-elements", // "transform-react-inline-elements" // ] // }, // "release": { // "plugins": [ // "transform-runtime", // ["transform-react-remove-prop-types", { // "mode": "wrap" // }] // ] // } // } }