We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1ad9c commit cbdea11Copy full SHA for cbdea11
build.ts
@@ -9,6 +9,8 @@ await Bun.build({
9
],
10
outdir: './dist',
11
target: 'bun',
12
+ minify: true,
13
+ splitting: true,
14
15
plugins: [
16
dts(),
0 commit comments