Skip to content

Commit cbdea11

Browse files
committed
chore: minify and split build
1 parent bd1ad9c commit cbdea11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.ts

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ await Bun.build({
99
],
1010
outdir: './dist',
1111
target: 'bun',
12+
minify: true,
13+
splitting: true,
1214

1315
plugins: [
1416
dts(),

0 commit comments

Comments
 (0)