From 11fcc07a68e6055c491851950902edd19aac0d7c Mon Sep 17 00:00:00 2001
From: De Oliveira Tristan <icrotz@laposte.net>
Date: Wed, 9 Jan 2019 07:27:39 +0100
Subject: [PATCH] fix[chore]: fix error when enable gzip (#252)

Remove deprecated option causing error when building with gzip enable
---
 build/webpack.prod.conf.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js
index 2cfaedc..9009b9d 100644
--- a/build/webpack.prod.conf.js
+++ b/build/webpack.prod.conf.js
@@ -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('|') + ')$'