upvote
Why do you think a bundler offers no value when using Bun?
reply
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.

reply