123456789101112131415161718192021 |
- {
- "entry": "src/index.js",
- "extraBabelPlugins": [
- ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": true }]
- ],
- "env": {
- "development": {
- "extraBabelPlugins": [
- "dva-hmr"
- ]
- }
- },
- "ignoreMomentLocale": true,
- "theme": "./src/theme.js",
- "html": {
- "template": "./src/index.ejs"
- },
- "publicPath": "/",
- "disableDynamicImport": true,
- "hash": true
- }
|