Fix configs for debugging

This commit is contained in:
Matthias 2020-11-09 19:16:41 +01:00
parent 00181163f3
commit dd26894b61
2 changed files with 7 additions and 0 deletions

View File

@ -10,7 +10,11 @@
"experimentalDecorators": true,
"noImplicitAny": false,
"allowJs": true,
"sourceMap": true,
"baseUrl": "src",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"./*"

View File

@ -1,4 +1,7 @@
module.exports = {
configureWebpack: {
devtool: 'source-map',
},
devServer: {
proxy: {
'/api': {