From 99cc06edeee3262b09bbb496d534b672ee1b40d8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Dec 2019 18:59:43 +0100 Subject: [PATCH] Disable production source maps --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 7b51d3b33..fed422c9e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,6 +2,7 @@ module.exports = { configureWebpack: { devtool: 'source-map' }, + productionSourceMap: false, pwa: { name: 'Vikunja', themeColor: '#5974d9',