I left some thoughts here: dev.to/yyx990803/co...
18.12.2024 03:32 β π 5 π 1 π¬ 1 π 0@hyf0.bsky.social
Rolldown developer.
I left some thoughts here: dev.to/yyx990803/co...
18.12.2024 03:32 β π 5 π 1 π¬ 1 π 0I 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.
18.12.2024 01:54 β π 0 π 0 π¬ 1 π 0github.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.