diff --git a/config/webpack/production.js b/config/webpack/production.js
index 5f6977936adb4cf9eae3e7b3b52194d9cfd4e0b4..5e74d7b87bfd759ab510c766bf8e25bcfee278a7 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
     }),
   ],
 });