Don't add array to array.

This commit is contained in:
N-Pex 2021-06-29 14:25:57 +02:00
parent 10112d05fd
commit 58ef27a765
2 changed files with 23 additions and 9 deletions

View file

@ -15,6 +15,10 @@ module.exports = {
})
},
configureWebpack: {
devtool: 'source-map'
},
devServer: {
//https: true
},