纵有疾风起
人生不言弃

vue打包出现警告:Conflict: Multiple assets emit different content to the same filename assets/js/.gz

出现警告的原因是因为我使用了compression-webpack-plugin压缩打包插件。打包之后命名都是空。
vue打包出现警告:Conflict: Multiple assets emit different content to the same filename assets/js/.gz插图

找到问题定位filename:属性filename: '[path].gz[query]'

google最终找到原因是因为compression-webpack-plugin升级了
"compression-webpack-plugin": "^6.1.1",
这时候需要修改filename的设置为

filename: '[path][base].gz',

原文链接:https://blog.csdn.net/weixin_42164539/article/details/110389256

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

未经允许不得转载:起风网 » vue打包出现警告:Conflict: Multiple assets emit different content to the same filename assets/js/.gz
分享到: 生成海报

评论 抢沙发

评论前必须登录!

立即登录