Port github-authentication extension to use esbuild

This commit is contained in:
Matt Bierner
2026-03-02 13:07:56 -08:00
parent 83601ca509
commit 305a82d762
7 changed files with 69 additions and 35 deletions

View File

@@ -79,9 +79,9 @@
"browser": "./dist/browser/extension.js",
"scripts": {
"compile": "gulp compile-extension:github-authentication",
"compile-web": "npx webpack-cli --config extension-browser.webpack.config --mode none",
"compile-web": "node esbuild.browser.mts",
"watch": "gulp watch-extension:github-authentication",
"watch-web": "npx webpack-cli --config extension-browser.webpack.config --mode none --watch --info-verbosity verbose",
"watch-web": "node esbuild.browser.mts --watch",
"vscode:prepublish": "npm run compile"
},
"dependencies": {