CompressionPlugin: use default params for filename and cache

This commit is contained in:
Alex Gleason 2020-10-07 15:45:53 -05:00
parent 6488177cd4
commit 03dc10cf7d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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