CompressionPlugin: use default params for filename and cache
This commit is contained in:
parent
6488177cd4
commit
03dc10cf7d
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ module.exports = merge(sharedConfig, {
|
|||
|
||||
plugins: [
|
||||
new CompressionPlugin({
|
||||
filename: '[path].gz[query]',
|
||||
cache: true,
|
||||
test: /\.(js|css|html|json|ico|svg|eot|otf|ttf|map)$/,
|
||||
}),
|
||||
new BundleAnalyzerPlugin({ // generates report.html
|
||||
|
|
Loading…
Reference in a new issue