123456789101112131415161718192021222324252627 |
- {
- "plugins": [
- "syntax-dynamic-import",
- "react-hot-loader/babel",
- [
- "transform-runtime",
- {
- "polyfill": false,
- "regenerator": true
- }
- ],
- [
- "import",
- [
- {
- "libraryName": "antd",
- "style": true
- },
- {
- "libraryName": "antd-mobile",
- "style": true
- }
- ]
- ]
- ],
- "presets": ["es2015", "stage-3", "react"]
- }
|