Skip to content

Commit c4c5d56

Browse files
committed
chore: minify build
1 parent 9e54629 commit c4c5d56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ await Bun.build({
1111
outdir: './dist',
1212
format: 'esm',
1313
target: 'bun',
14+
minify: true,
1415
})
1516

1617
try {

0 commit comments

Comments
 (0)