We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fe563 commit fce6ebeCopy full SHA for fce6ebe
3 files changed
.vscode/tasks.json
@@ -18,8 +18,8 @@
18
],
19
"background": {
20
"activeOnStart": true,
21
- "beginsPattern": "Compilation \\w+ starting…",
22
- "endsPattern": "Compilation\\s+finished"
+ "beginsPattern": "\\w+",
+ "endsPattern": "webpack .* compiled"
23
}
24
},
25
"isBackground": true,
0 commit comments