Esbuild the html and json extensions

Switches from webpack to esbuild
This commit is contained in:
Matt Bierner
2026-02-19 00:33:01 -08:00
parent cc23c3af8e
commit d36696b482
18 changed files with 251 additions and 187 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"exclude": [
"./src/node/**",
"./src/test/**"
]
}