diff --git a/webpack.config.js b/webpack.config.js index 7cc4982c3..243495953 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -74,7 +74,7 @@ const generateConfig = ({extensionPath, devMode=false, customOutputPath, analyze }); /* gzip everything - https://github.com/webpack-contrib/compression-webpack-plugin */ const pluginCompress = new CompressionPlugin({ - filename: "[path].gz[query]", + filename: "[path][base].gz", algorithm: "gzip", test: /\.(js|css|html)$/, threshold: 4096