vue打包出现警告:Conflict: Multiple assets emit different content to the same filename assets/js/.gz
assets
Ultralytics assets
项目地址:https://gitcode.com/gh_mirrors/ass/assets
免费下载资源
·
出现警告的原因是因为我使用了compression-webpack-plugin
压缩打包插件。打包之后命名都是空。
找到问题定位filename:
属性filename: '[path].gz[query]'
。
google最终找到原因是因为compression-webpack-plugin
升级了
"compression-webpack-plugin": "^6.1.1",
这时候需要修改filename
的设置为
filename: '[path][base].gz',
GitHub 加速计划 / ass / assets
184
19
下载
Ultralytics assets
最近提交(Master分支:2 个月前 )
969b5911
3 个月前
dcb30515
4 个月前
更多推荐
已为社区贡献5条内容
所有评论(0)