Skip to content

Commit

Permalink
chore: externalize unimport
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 21, 2025
1 parent 15f098b commit 585351b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const result = await Bun.build({
entrypoints: ['src/index.ts'],
outdir: 'dist',
target: 'bun',
external: ['unimport'],
// minify: true,
plugins: [dts()],
})
Expand Down

0 comments on commit 585351b

Please sign in to comment.