Advertisement ยท 728 ร— 90

Posts by Yunfei He

Preview
Rolldown | Rust bundler for JavaScript Fast Rust-based bundler for JavaScript with Rollup-compatible API

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

6 months ago 1 0 0 0

That was LEGIT!

6 months ago 1 0 1 0
Post image

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
- ...

6 months ago 4 1 3 0
Preview
There are some notable issues that need to be p... โ€” DEV Community Introduction Over the past 15 years, the JavaScript ecosystem has expanded rapidly,...

I left some thoughts here: dev.to/yyx990803/co...

1 year ago 5 1 1 0

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.

1 year ago 0 0 1 0
Post image

github.com/hyf0/bundle-... Repo here.

For bundle all listed packages.

1 year ago 0 0 1 0
Post image

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.

1 year ago 2 0 1 0
Advertisement