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

Remove deprecated option causing error when building with gzip enable
This commit is contained in:
De Oliveira Tristan 2019-01-09 07:27:39 +01:00 committed by 花裤衩
parent 5b792c6fe0
commit 11fcc07a68
1 changed files with 0 additions and 1 deletions

View File

@ -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('|') + ')$'