From 7a3c0c308db835101e45942e444d1f65e85b1f60 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 8 Oct 2019 22:49:29 +0200 Subject: Add webpack --- .vscode/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 604e38f..33db18d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,14 @@ "kind": "build", "isDefault": true } + }, + { + "type": "npm", + "script": "webpack-dev", + "problemMatcher": [ + "$tsc-watch" + ], + "isBackground": true } ] } \ No newline at end of file -- cgit v1.2.3