Skip to content

Commit fce6ebe

Browse files
authored
chore: Fix webpack related vulnerabilities (#550)
1 parent e1fe563 commit fce6ebe

File tree

3 files changed

+985
-2423
lines changed

3 files changed

+985
-2423
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"background": {
2020
"activeOnStart": true,
21-
"beginsPattern": "Compilation \\w+ starting…",
22-
"endsPattern": "Compilation\\s+finished"
21+
"beginsPattern": "\\w+",
22+
"endsPattern": "webpack .* compiled"
2323
}
2424
},
2525
"isBackground": true,

0 commit comments

Comments
 (0)