Skip to content

Commit 0e8bc34

Browse files
committed
fix(config): remove deprecated minimize config option for css-loader
The minimize config option was removed from css-loader with the update to version 1.0.0 (https://github.com/webpack-contrib/css-loader/releases/tag/v1.0.0)
1 parent 638fdfb commit 0e8bc34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/webpack.config.prod.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ module.exports = {
231231
loader: require.resolve('css-loader'),
232232
options: {
233233
importLoaders: 1,
234-
minimize: true,
235234
sourceMap: shouldUseSourceMap
236235
}
237236
},

0 commit comments

Comments
 (0)