From 4296e52d3ba17b9efd6be8efb03f2612af775f2e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 2 Aug 2019 14:57:06 +0200 Subject: [PATCH] Disable webpack bundle analyzer running everytime Signed-off-by: Thomas Citharel --- js/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/vue.config.js b/js/vue.config.js index 32315328d..48a54826b 100644 --- a/js/vue.config.js +++ b/js/vue.config.js @@ -4,7 +4,7 @@ const path = require('path'); module.exports = { pluginOptions: { webpackBundleAnalyzer: { - openAnalyzer: false + analyzerMode: 'disabled' } }, lintOnSave: false,