.webpackrc
412 Bytes
{
"extraBabelPlugins": [
["import", { "libraryName": "antd", "style": "css" }],
["import", { "libraryName": "antd-mobile", "style": true },"mobile"]
],
"proxy": {
"/o2o":{
"target": "https://iwpuat.ihxlife.com/",
"changeOrigin": true
}
},
"hash": true,
"html": {
"template": "./src/index.ejs"
},
"publicPath": "/"
}