{ "presets": [ [ "env", { "modules": false, "targets": { "browsers": ["last 2 versions", "safari >= 7"] } } ], "stage-2", "react" ], "plugins": [ "transform-runtime", "transform-decorators-legacy", "react-hot-loader/babel", ["transform-object-rest-spread", { "useBuiltIns": true }], [ "import", { "libraryName": "antd", "libraryDirectory": "es", "style": false } ] ], "comments": false, "env": { "test": { "presets": ["env"], "plugins": ["istanbul"] }, "production": { "presets": ["react-optimize"] } } }