Skip to content

Commit 0c807dc

Browse files
EskibearCsCherrYY
authored andcommitted
Eliminate high-sev CVEs by using Webpack@5
Signed-off-by: Yan Zhang <[email protected]>
1 parent 120ece9 commit 0c807dc

File tree

5 files changed

+1104
-3727
lines changed

5 files changed

+1104
-3727
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)