Skip to content

Commit c0a1f87

Browse files
committed
don't minify
1 parent 52b7d31 commit c0a1f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/dist.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ await rm("dist", { recursive: true });
1515
await Bun.build({
1616
target: "bun",
1717
outdir: "dist",
18-
minify: true,
18+
minify: false,
1919
splitting: true,
20-
sourcemap: "inline",
20+
sourcemap: "external",
2121
external: ["react", "react-dom"],
2222
entrypoints: [...(await glob("*.ts"))],
2323
plugins: [dts()],

0 commit comments

Comments
 (0)