core: remove external sourcemap generation to reduce build artifacts

This commit is contained in:
Dax Raad 2026-03-11 23:24:26 -04:00
parent 604ab1bde1
commit 9fb12a906e

View File

@ -174,7 +174,6 @@ for (const item of targets) {
conditions: ["browser"],
tsconfig: "./tsconfig.json",
plugins: [solidPlugin],
sourcemap: "external",
compile: {
autoloadBunfig: false,
autoloadDotenv: false,