We're working on it recently. We're still polishing it, but you could peek it here: deploy-preview-6542--rolldown-rs.netlify.app/options/input
We're working on it recently. We're still polishing it, but you could peek it here: deploy-preview-6542--rolldown-rs.netlify.app/options/input
That was LEGIT!
The first version of the ๐ฃ surimi playground is live!
It runs the @rolldown.rs based compiler in a WebContainer, and updates the editor instantly!
Check it out! surimi.dev/playground
Compile times are bit slower than locally tho.
Also
- has type-hint support
- you can install new packages
- ...
I also notice that parcel is running with cache(enabled by default) while other bundlers are doing fresh cold build. This doesn't seem to be a apple to apple comparison.
github.com/hyf0/bundle-... Repo here.
For bundle all listed packages.
Rolldown developer here. I take a rough look and notice that you are using the different minifier to compare the final output. I took a quick try on bundling `mobx` with rolldown and esbuild, both using the esbuild's minifier.
Rolldown emits smaller output.