-
Notifications
You must be signed in to change notification settings - Fork 380
[WIP] Bun bundle support #1444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[WIP] Bun bundle support #1444
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
workflow: benchmarks/perfComparison of performance test results, measured in operations per second. Larger is better.
|
workflow: benchmarks/sizeComparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better.
|
b4be03e to
4c29acf
Compare
What changed / motivation ?
Expanding the
unpluginpackage to support building with Bun.So far, I have something functional but hacked together. Will update to refactor next.