| 12345678910111213141516171819202122232425262728 |
- {
- "entry": "src/index.js",
- "env": {
- "development": {
- "extraBabelPlugins": [
- "dva-hmr",
- "transform-runtime",
- "transform-decorators-legacy",
- "transform-class-properties",
- ["import", { "libraryName": "antd", "style": true }]
- ]
- },
- "production": {
- "extraBabelPlugins": [
- "transform-runtime",
- "transform-decorators-legacy",
- "transform-class-properties",
- ["import", { "libraryName": "antd", "style": true }]
- ]
- }
- },
- "externals": {
- "g2": "G2",
- "g-cloud": "Cloud",
- "g2-plugin-slider": "G2.Plugin.slider"
- },
- "theme": "./src/theme.js"
- }
|