File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin')
99const HtmlWebpackPlugin = require ( 'html-webpack-plugin' )
1010const ScriptExtHtmlWebpackPlugin = require ( 'script-ext-html-webpack-plugin' )
1111const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' )
12- const OptimizeCSSAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' )
12+ // const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin')
1313const UglifyJsPlugin = require ( 'uglifyjs-webpack-plugin' )
1414
1515function resolve ( dir ) {
@@ -140,7 +140,7 @@ const webpackConfig = merge(baseWebpackConfig, {
140140 } ) ,
141141 // Compress extracted CSS. We are using this plugin so that possible
142142 // duplicated CSS from different components can be deduped.
143- new OptimizeCSSAssetsPlugin ( )
143+ // new OptimizeCSSAssetsPlugin()
144144 ]
145145 }
146146} )
You can’t perform that action at this time.
0 commit comments