From dd26894b61e9c8e9ccdec0cc18e27a1f8db20da3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 Nov 2020 19:16:41 +0100 Subject: [PATCH] Fix configs for debugging --- tsconfig.json | 4 ++++ vue.config.js | 3 +++ 2 files changed, 7 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 06f473b3..25ae2fd2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,11 @@ "experimentalDecorators": true, "noImplicitAny": false, "allowJs": true, + "sourceMap": true, "baseUrl": "src", + "types": [ + "webpack-env" + ], "paths": { "@/*": [ "./*" diff --git a/vue.config.js b/vue.config.js index d2a5026f..9beeaa8d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,7 @@ module.exports = { + configureWebpack: { + devtool: 'source-map', + }, devServer: { proxy: { '/api': {