Skip to content

Commit 044cb95

Browse files
EskibearCsCherrYY
andauthored
Eliminate high-sev CVEs by using Webpack@5 (#800)
* Eliminate high-sev CVEs by using Webpack@5 Signed-off-by: Yan Zhang <[email protected]> * remove url-loader Co-authored-by: Shi Chen <[email protected]>
1 parent 120ece9 commit 044cb95

File tree

6 files changed

+1084
-3803
lines changed

6 files changed

+1084
-3803
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)