We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78ebfb commit 217ba11Copy full SHA for 217ba11
js/build.ts
@@ -62,6 +62,8 @@ async function bundle_helper(
62
format: "esm",
63
bundle: true,
64
minify: minify,
65
+ // No need to clean up old source maps, as `minify==false` only during `npm run watch-fast`
66
+ // GHA will run `npm run build` which will minify
67
sourcemap: minify,
68
metafile: metafile,
69
outdir: outDir,
0 commit comments