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: {
|
configureWebpack: {
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
},
|
},
|
||||||
|
productionSourceMap: false,
|
||||||
pwa: {
|
pwa: {
|
||||||
name: 'Vikunja',
|
name: 'Vikunja',
|
||||||
themeColor: '#5974d9',
|
themeColor: '#5974d9',
|
||||||
|
|
Loading…
Reference in a new issue