Skip to content

Commit

Permalink
chore: do not include sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 6, 2024
1 parent 22cbe2c commit dacb562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const result = await Bun.build({
entrypoints: ['src/index.ts'],
outdir: 'dist',
target: 'bun',
sourcemap: 'linked',
minify: true,
// sourcemap: 'linked',
// minify: true,
plugins: [dts()],
})

Expand Down

0 comments on commit dacb562

Please sign in to comment.