about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config/webpack/production.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack/production.js b/config/webpack/production.js
index 5f6977936..5e74d7b87 100644
--- a/config/webpack/production.js
+++ b/config/webpack/production.js
@@ -34,6 +34,7 @@ module.exports = merge(sharedConfig, {
       analyzerMode: 'static',
       generateStatsFile: true,
       openAnalyzer: false,
+      logLevel: 'silent', // do not bother Webpacker, who runs with --json and parses stdout
     }),
   ],
 });