Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dodok8 committed Nov 5, 2023
1 parent e41784e commit f6657eb
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 @@ -3,9 +3,9 @@
await Bun.build({
entrypoints: ['./index.ts'],
outdir: './dist',
minify: false,
minify: true,
target: 'bun',
sourcemap: 'inline',
sourcemap: 'none',
})

export {}

0 comments on commit f6657eb

Please sign in to comment.