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 9304552 commit 33c6fbdCopy full SHA for 33c6fbd
lib/config-generator.js
@@ -374,7 +374,7 @@ class ConfigGenerator
374
}
375
376
plugins.push(new FriendlyErrorsWebpackPlugin({
377
- clearConsole: true
+ clearConsole: true,
378
}));
379
380
return plugins;
@@ -389,14 +389,15 @@ class ConfigGenerator
389
timings: false,
390
assets: false,
391
chunks: false,
392
+ maxModules: 0,
393
modules: false,
394
reasons: false,
395
children: false,
396
source: false,
397
errors: false,
398
errorDetails: false,
399
warnings: false,
- publicPath: false
400
+ publicPath: false,
401
402
403
0 commit comments