Update build process

This commit is contained in:
Owen
2025-09-05 11:23:43 -07:00
parent 02604f5290
commit 268fc7b923
3 changed files with 3 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ esbuild
bundle: true,
outfile: argv.out,
format: "esm",
minify: true,
minify: false,
banner: {
js: banner,
},
@@ -63,7 +63,7 @@ esbuild
packagePath: getPackagePaths(),
}),
],
sourcemap: "external",
sourcemap: "inline",
target: "node22",
})
.then(() => {