File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,17 @@ const excludedPlugins = [
49
49
'webpack-contrib/uglifyjs-webpack-plugin' ,
50
50
'webpack-contrib/zopfli-webpack-plugin' ,
51
51
'webpack-contrib/closure-webpack-plugin' ,
52
+ 'webpack-contrib/compression-webpack-plugin' ,
53
+ 'webpack-contrib/copy-webpack-plugin' ,
54
+ 'webpack-contrib/install-webpack-plugin' ,
55
+ 'webpack-contrib/stylelint-webpack-plugin' ,
56
+ 'webpack-contrib/image-minimizer-webpack-plugin' ,
57
+ 'webpack-contrib/mini-css-extract-plugin' ,
58
+ 'webpack-contrib/terser-webpack-plugin' ,
59
+ 'webpack-contrib/css-minimizer-webpack-plugin' ,
60
+ 'webpack-contrib/eslint-webpack-plugin' ,
61
+ 'webpack-contrib/html-minimizer-webpack-plugin' ,
62
+ 'webpack-contrib/json-minimizer-webpack-plugin' ,
52
63
] ;
53
64
54
65
module . exports = {
You can’t perform that action at this time.
0 commit comments