You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
455 B
22 lines
455 B
{
|
|
"entry": "src/index.js",
|
|
"extraBabelPlugins": [
|
|
"transform-decorators-legacy",
|
|
["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
|
|
}
|
|
|