Disable production source maps
This commit is contained in:
parent
e1dfe5abf7
commit
99cc06edee
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ module.exports = {
|
|||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
productionSourceMap: false,
|
||||
pwa: {
|
||||
name: 'Vikunja',
|
||||
themeColor: '#5974d9',
|
||||
|
|
Loading…
Reference in a new issue