码迷,mamicode.com
首页 > 其他好文 > 详细

vue打包

时间:2020-06-06 14:25:25      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:turn   concat   ase   else   ack   load   配置   ring   during   

一、修改配置文件

1.build->utils.js

增加 :publicPath:‘../../‘ 

// Extract CSS when that option is specified
// (which is the case during production build)
if (options.extract) {
  return ExtractTextPlugin.extract({
    use: loaders,
    fallback: ‘vue-style-loader‘,
    publicPath:‘../../‘ //解决打包后icon异常问题
  })
} else {
  return [‘vue-style-loader‘].concat(loaders)
}

2.config->index.js

增加:build中将  assetsPublicPath: ‘/‘, 替换为 assetsPublicPath: ‘./‘

解决打包后资源找不到问题

vue打包

标签:turn   concat   ase   else   ack   load   配置   ring   during   

原文地址:https://www.cnblogs.com/liuboyuan/p/13054548.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!