Skip to content

Commit

Permalink
fix: tsup 설정에 minify 옵션 추가 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-yeonjoong authored Dec 1, 2024
1 parent f6cb6f6 commit 1c87404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default defineConfig({
dts: true,
clean: true,
platform: 'node',
minify: true,
});

0 comments on commit 1c87404

Please sign in to comment.