We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812edb2 commit 690379cCopy full SHA for 690379c
lib/config-generator.js
@@ -100,7 +100,7 @@ class ConfigGenerator {
100
buildRulesConfig() {
101
const cssLoaders = [
102
{
103
- loader: 'css-loader' + this.getSourceMapOption()+(this.webpackConfig.isProduction() ? '?minimize=1' : ''),
+ loader: 'css-loader' + this.getSourceMapOption() + (this.webpackConfig.isProduction() ? '?minimize=1' : ''),
104
},
105
];
106
if (this.webpackConfig.usePostCssLoader) {
0 commit comments