summaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json8
1 files changed, 8 insertions, 0 deletions
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