We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0215c commit 9b35c71Copy full SHA for 9b35c71
webpack/config.production.js
@@ -34,7 +34,7 @@ module.exports = {
34
}
35
}),
36
new CompressionPlugin({
37
- asset: '{file}.gz',
+ asset: '[file].gz',
38
algorithm: 'gzip',
39
test: /\.css$|\.js$|\.html$/,
40
threshold: 10240,
0 commit comments