|
@@ -41,5 +41,9 @@ module.exports = {
|
|
.loader("vue-svg-loader")
|
|
.loader("vue-svg-loader")
|
|
},
|
|
},
|
|
lintOnSave: false,
|
|
lintOnSave: false,
|
|
- publicPath: "/",
|
|
|
|
|
|
+ publicPath: "/wandaBmGuide",
|
|
|
|
+ // 打包名称
|
|
|
|
+ outputDir: 'wandaBmGuide',
|
|
|
|
+ // 放置生成的静态资源 (js、css、img、fonts) 的 (相对于 outputDir 的) 目录
|
|
|
|
+ assetsDir: 'static',
|
|
}
|
|
}
|