Commit 11fcc07a authored by De Oliveira Tristan's avatar De Oliveira Tristan Committed by 花裤衩

fix[chore]: fix error when enable gzip (#252)

Remove deprecated option causing error when building with gzip enable
parent 5b792c6f
......@@ -140,7 +140,6 @@ if (config.build.productionGzip) {
webpackConfig.plugins.push(
new CompressionWebpackPlugin({
asset: '[path].gz[query]',
algorithm: 'gzip',
test: new RegExp(
'\\.(' + config.build.productionGzipExtensions.join('|') + ')$'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment