Skip to content

Commit

Permalink
chore: minify build & include sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 6, 2024
1 parent d1d254b commit 8080a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ import { dts } from 'bun-plugin-dts-auto'
await Bun.build({
entrypoints: ['src/index.ts'],
outdir: './dist',
sourcemap: 'linked',
minify: true,
plugins: [dts()],
})

0 comments on commit 8080a31

Please sign in to comment.