forked from vikunja/frontend
Disable production source maps
This commit is contained in:
parent
e1dfe5abf7
commit
99cc06edee
@ -2,6 +2,7 @@ module.exports = {
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
productionSourceMap: false,
|
||||
pwa: {
|
||||
name: 'Vikunja',
|
||||
themeColor: '#5974d9',
|
||||
|
Loading…
x
Reference in New Issue
Block a user