vue.config配置gzip出现Multiple assets emit different content to the same filename static/js/.gz
在vue.config.js中配置gzip,设置filename:'[path].gz[query]',出现报错如下:ERRORinConflict:Multipleassetsemitdifferentcontenttothesamefilenamestatic/js/.gz可能因为插件版本不同原因"compression-webpack-plugin":"^10.0.0",//当前项目插件版本