Skip to content

Commit 2a21b43

Browse files
remove minimize option to 'css-loader'
as it does not work in current version and causes error. Ref: webpack-contrib/css-loader#863
1 parent 991c2e6 commit 2a21b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config = () => ({
3333
{
3434
test: /\.(css|less)$/,
3535
loader: ExtractTextPlugin.extract([
36-
'css-loader?sourceMap&minimize',
36+
'css-loader?sourceMap',
3737
'less-loader?sourceMap'
3838
])
3939
},

0 commit comments

Comments
 (0)