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')
9
9
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' )
10
10
const ScriptExtHtmlWebpackPlugin = require ( 'script-ext-html-webpack-plugin' )
11
11
const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' )
12
- const OptimizeCSSAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' )
12
+ // const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin')
13
13
const UglifyJsPlugin = require ( 'uglifyjs-webpack-plugin' )
14
14
15
15
function resolve ( dir ) {
@@ -140,7 +140,7 @@ const webpackConfig = merge(baseWebpackConfig, {
140
140
} ) ,
141
141
// Compress extracted CSS. We are using this plugin so that possible
142
142
// duplicated CSS from different components can be deduped.
143
- new OptimizeCSSAssetsPlugin ( )
143
+ // new OptimizeCSSAssetsPlugin()
144
144
]
145
145
}
146
146
} )
You can’t perform that action at this time.
0 commit comments