Skip to content

Commit 33c6fbd

Browse files
committed
Adding maxModules, which prevents more output
1 parent 9304552 commit 33c6fbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/config-generator.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class ConfigGenerator
374374
}
375375

376376
plugins.push(new FriendlyErrorsWebpackPlugin({
377-
clearConsole: true
377+
clearConsole: true,
378378
}));
379379

380380
return plugins;
@@ -389,14 +389,15 @@ class ConfigGenerator
389389
timings: false,
390390
assets: false,
391391
chunks: false,
392+
maxModules: 0,
392393
modules: false,
393394
reasons: false,
394395
children: false,
395396
source: false,
396397
errors: false,
397398
errorDetails: false,
398399
warnings: false,
399-
publicPath: false
400+
publicPath: false,
400401
}
401402
}
402403

0 commit comments

Comments
 (0)