nacos/console/src/main/resources/static/.webpackrc
2018-10-18 14:26:05 +08:00

15 lines
328 B
Plaintext

{
"disableCSSModules": true,
"outputPath": "./build",
"proxy": {
"/": {
"target": "http://11.163.128.36:8848", //这边写你自己的服务Ip
"changeOrigin": true,
"pathRewrite": { "^/" : "" }
}
},
"extraBabelPlugins": [
"transform-decorators-legacy"
]
}