Format
This commit is contained in:
parent
cec55cb03f
commit
83fcd72976
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
devtool: 'source-map',
|
||||
},
|
||||
productionSourceMap: false,
|
||||
pwa: {
|
||||
|
|
Loading…
Reference in a new issue