You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, bun's bundler is best suited to development. It prioritizes compilation speed over bundle size. I want bun's production bundler to prioritize these things:
bundle size
runtime performance
incremental production bundling fast enough to run in an HTTP request
onLoad/onResolve plugins & plugin performance. This will enable other frameworks like Vue and Svelte to easily work in Bun.
Currently, bun's bundler is best suited to development. It prioritizes compilation speed over bundle size. I want bun's production bundler to prioritize these things:
This work has started in this branch.
The other thing I want as part of this project is a new bundling format which should support:
This will be a single binary artifact which can either be run directly for bun.js (makes deploys easy) or be uploaded to a server and then extracted
The text was updated successfully, but these errors were encountered: