logoalt Hacker News

gorjusborg04/28/20251 replyview on HN

Why do you think a bundler offers no value when using Bun?


Replies

root_axis04/28/2025

https://bun.sh/docs/bundler

Besides the performance, it has a major advantage of being a native API of the bun runtime, so you can trivially manage bundling tasks at runtime with extreme flexibility, including typescript path resolution rules, saving a major amount of headache compared to just about every other js bundler.