Skip to content

Commit e74cdaf

Browse files
committed
chore: add splitting to build
1 parent 88b5537 commit e74cdaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ await Bun.build({
1010
format: 'esm',
1111
target: 'bun',
1212
minify: true,
13+
splitting: true,
1314
external: ['rollup', 'fsevents'],
1415
plugins: [dts()],
1516
})

0 commit comments

Comments
 (0)