12345678910111213141516171819202122232425262728293031 |
- {
- "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"
- ]
- }
|