Use esbuild instead of webpack to bundle the css extension

Switches from webpack to esbuild to bundle the css extension. Tested this locally in a browser and creating an official build to test the bundled extension still work correctly
This commit is contained in:
Matt Bierner
2026-02-12 23:51:53 -08:00
parent 16e49a8b88
commit 39ebcc7f34
11 changed files with 105 additions and 82 deletions

View File

@@ -6,16 +6,12 @@ client/src/**
server/src/**
client/out/**
server/out/**
client/tsconfig.json
server/tsconfig.json
**/tsconfig*.json
server/test/**
server/bin/**
server/build/**
server/package-lock.json
server/.npmignore
package-lock.json
server/extension.webpack.config.js
extension.webpack.config.js
server/extension-browser.webpack.config.js
extension-browser.webpack.config.js
**/esbuild*.mts
CONTRIBUTING.md