Disable production source maps

This commit is contained in:
kolaente 2019-12-02 18:59:43 +01:00
parent e1dfe5abf7
commit 99cc06edee
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ module.exports = {
configureWebpack: {
devtool: 'source-map'
},
productionSourceMap: false,
pwa: {
name: 'Vikunja',
themeColor: '#5974d9',