Skip to content

Commit c78ebfb

Browse files
schloerkewch
andauthored
Use minify to determine if sourcemap file is saved
Co-authored-by: Winston Chang <[email protected]>
1 parent aa191a1 commit c78ebfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function bundle_helper(
6262
format: "esm",
6363
bundle: true,
6464
minify: minify,
65-
sourcemap: true,
65+
sourcemap: minify,
6666
metafile: metafile,
6767
outdir: outDir,
6868
...options,

0 commit comments

Comments
 (0)