{ "presets": [ "react", ["env", { "targets": { "browsers": ["ie >= 11"] } }] ], "env": { "production": { "plugins": [["transform-react-remove-prop-types", { "removeImport": true }]] } } }