Skip to content

Commit 8104cc3

Browse files
committed
Update build task
1 parent 60ffaf9 commit 8104cc3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
{
77
"type": "npm",
88
"script": "watch",
9-
"problemMatcher": "$tsc-watch",
9+
"group": "build",
1010
"isBackground": true,
11-
"presentation": {
12-
"reveal": "never"
13-
},
14-
"group": {
15-
"kind": "build",
16-
"isDefault": true
17-
}
11+
"problemMatcher": [
12+
"$ts-webpack-watch"
13+
]
1814
}
1915
]
2016
}

0 commit comments

Comments
 (0)