From 366d93038c2f20e5c9edfa97b46c652cfca86eaa Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 3 Oct 2021 10:24:16 +0200 Subject: [PATCH] silence webpack, it was very noisy --- frontend/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 45903e9cf..88fbf2fdb 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -35,6 +35,9 @@ module.exports = { // 'process.env.PORT': JSON.stringify(process.env.PORT), }), ], + infrastructureLogging: { + level: 'warn', // 'none' | 'error' | 'warn' | 'info' | 'log' | 'verbose' + }, }, css: { // Enable CSS source maps.