解决办法
在build/utils.js文件中添加publicPath:’…/…/’,重新打包即可。
if (options.extract) {
return ExtractTextPlugin.extract({
use: loaders,
fallback: "vue-style-loader",
publicPath: "../../"
});
} else {
return ["vue-style-loader"].concat(loaders);
}
- Post link: https://www.godhearing.cn/docker-da-bao-vue-duo-chu-staticcss-lu-jing-jie-jue-ban-fa/
- Copyright Notice: All articles in this blog are licensed under unless otherwise stated.