cordova-template-antm-dva
Version:
Ant design mobile + dva + cordova 最简模板.
19 lines (18 loc) • 358 B
Plain Text
{
"entry": "src/index.js",
"outputPath": "../www/static",
"env": {
"development": {
"extraBabelPlugins": [
"dva-hmr"
]
},
"production": {
"publicPath": "static/"
}
},
"extraBabelPlugins": [
["import", { "libraryName": "antd-mobile", "style": "css" }]
],
"html": { "template": "./src/index.ejs" }
}