There was an error while loading. Please reload this page.
confbox
1 parent 5906b39 commit faaf6fcCopy full SHA for faaf6fc
build.ts
@@ -9,6 +9,7 @@ const result = await Bun.build({
9
target: 'bun',
10
outdir: './dist',
11
sourcemap: 'inline',
12
+ external: ['confbox'],
13
plugins: [dts()],
14
})
15
0 commit comments