Skip to content

Commit

Permalink
Don't ship metafile
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jul 11, 2024
1 parent 5592450 commit 48b6c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default defineConfig([
entry: ['./src/index.ts'],
},
clean: true,
metafile: true,
esbuildOptions(options, context) {
options.platform = 'node';
},
Expand Down

0 comments on commit 48b6c75

Please sign in to comment.