{ "env": { "production": { "plugins": ["transform-react-remove-prop-types"] } }, "presets": [ [ "env", { "targets": { "ie": "11", "node": "current" } } ], "react" ], "plugins": [ "transform-es2015-modules-commonjs", "transform-class-properties", "transform-object-rest-spread", "syntax-dynamic-import", ["transform-runtime", { "polyfill": false, "regenerator": true }] ] }