Disable production source maps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2019-12-02 18:59:43 +01:00
parent e1dfe5abf7
commit 99cc06edee
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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