We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd29ab commit 68a19d5Copy full SHA for 68a19d5
build/webpack.prod.conf.js
@@ -150,7 +150,6 @@ if (config.build.productionGzip) {
150
151
webpackConfig.plugins.push(
152
new CompressionWebpackPlugin({
153
- asset: '[path].gz[query]',
154
algorithm: 'gzip',
155
test: new RegExp(
156
'\\.(' + config.build.productionGzipExtensions.join('|') + ')$'
package.json
@@ -75,6 +75,7 @@
75
"babel-preset-env": "1.7.0",
76
"babel-preset-stage-2": "6.24.1",
77
"chalk": "2.4.1",
78
+ "compression-webpack-plugin": "2.0.0",
79
"copy-webpack-plugin": "4.5.2",
80
"cross-env": "5.2.0",
81
"css-loader": "1.0.0",
0 commit comments