bun build file size is 107.7 KB, esbuild build file size is 7.6 KB #8015
guest271314
started this conversation in
General
Replies: 3 comments 10 replies
-
Did you try setting |
Beta Was this translation helpful? Give feedback.
8 replies
-
try setting |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have another bun build problem, see #10100 (comment), it seems the js file genreated via bun build not include the dynamic import/require. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can reduce the
bun build
file size to 50.4 using--external
to remove two modules not used and--minify
.Beta Was this translation helpful? Give feedback.
All reactions