[vscode-spring-cli] Switch the build to webpack
This commit is contained in:
@@ -6,7 +6,22 @@
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "watch",
|
||||
"problemMatcher": "$tsc-watch",
|
||||
"problemMatcher": {
|
||||
"owner": "typescript",
|
||||
"pattern":[
|
||||
{
|
||||
"regexp": "\\[tsl\\] ERROR",
|
||||
"file": 1,
|
||||
"location": 2,
|
||||
"message": 3
|
||||
}
|
||||
],
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "\\w+",
|
||||
"endsPattern": "webpack .* compiled"
|
||||
}
|
||||
},
|
||||
"isBackground": true,
|
||||
"presentation": {
|
||||
"reveal": "never"
|
||||
|
||||
Reference in New Issue
Block a user