refactor: use webpack to compile and package

This commit is contained in:
Levi Yan
2024-07-02 12:31:42 +08:00
parent fd9fe52529
commit f044c4770a
3 changed files with 9 additions and 15 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"type": "extensionHost",
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"preLaunchTask": "tsc: build - tsconfig.json",
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
},
{