Skip to content

Commit faaf6fc

Browse files
committed
chore: externalize confbox
1 parent 5906b39 commit faaf6fc

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
@@ -9,6 +9,7 @@ const result = await Bun.build({
99
target: 'bun',
1010
outdir: './dist',
1111
sourcemap: 'inline',
12+
external: ['confbox'],
1213
plugins: [dts()],
1314
})
1415

0 commit comments

Comments
 (0)