Skip to content

Commit

Permalink
Merge pull request #18117 from GordonSmith/HPCC-30972-FIX_WEBPACK_SERVER
Browse files Browse the repository at this point in the history
HPCC-30972 ECL Watch fix webpack dev server
  • Loading branch information
GordonSmith authored Dec 6, 2023
2 parents beda8cf + 7aabf96 commit 6fbe15d
Show file tree
Hide file tree
Showing 4 changed files with 1,630 additions and 26 deletions.
4 changes: 3 additions & 1 deletion esp/src/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"tsc watch",
"webpack-dev-server"
],
"group": "build",
"group": {
"kind": "build"
},
"problemMatcher": []
},
{
Expand Down
Loading

0 comments on commit 6fbe15d

Please sign in to comment.