{ "presets": [ "@babel/preset-env", "@babel/preset-react" ], "plugins": [ [ "import", { "libraryName": "antd", "style": true } ], ["@babel/plugin-proposal-decorators", { "legacy": true }], "@babel/plugin-proposal-class-properties", "@babel/plugin-syntax-dynamic-import", "@babel/plugin-transform-runtime", "react-hot-loader/babel" ] }