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 52b7d31 commit c0a1f87Copy full SHA for c0a1f87
scripts/dist.ts
@@ -15,9 +15,9 @@ await rm("dist", { recursive: true });
15
await Bun.build({
16
target: "bun",
17
outdir: "dist",
18
- minify: true,
+ minify: false,
19
splitting: true,
20
- sourcemap: "inline",
+ sourcemap: "external",
21
external: ["react", "react-dom"],
22
entrypoints: [...(await glob("*.ts"))],
23
plugins: [dts()],
0 commit comments