{ "presets": [ [ "env", { //"modules": false, "targets": { "browsers": ["last 2 Chrome versions", "IE >= 9"] } } ], "stage-1", "react" ], "plugins": [ ["import", { "libraryName": "antd-mobile", "style": true }], ["import-bee",{ "style" : true }], "transform-runtime", "transform-decorators-legacy", "react-hot-loader/babel" ] }