Skip to content

Commit 690379c

Browse files
committed
fixing cs
1 parent 812edb2 commit 690379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class ConfigGenerator {
100100
buildRulesConfig() {
101101
const cssLoaders = [
102102
{
103-
loader: 'css-loader' + this.getSourceMapOption()+(this.webpackConfig.isProduction() ? '?minimize=1' : ''),
103+
loader: 'css-loader' + this.getSourceMapOption() + (this.webpackConfig.isProduction() ? '?minimize=1' : ''),
104104
},
105105
];
106106
if (this.webpackConfig.usePostCssLoader) {

0 commit comments

Comments
 (0)