Continuous Releases from main
feat(hmr): automatically disable treeshaking in hmr (#5311)
There're some partial optimizations (like dce) we could do in hmr.
However, it's expected to disable treeshaking in hmr and let's ensure
this behavior.2 hours ago2502d39
fix: make leaf module wrapping optimization opt-in (#5305)
related to https://github.com/rolldown/rolldown/issues/53037 hours ago279dd7f
perf(rolldown_sourcemap): cache source id -> source text mapping (#5285)
Current approach is hashing the source text for everything token,
cache the mapping to avoid redundant hashes. Hashing large source text
is slow!9 hours agoe25fa71
feat(js): expose `experimental.incrementalBuild` option (#5300)
Closed https://github.com/rolldown/rolldown/issues/525212 hours ago1eb7786