Rspack @rspack.dev · May 26

🌲Rspack's tree shaking just got smarter 🦀 Two recent optimizations remove more unused code: 1. Inlined booleans can make branch-local dependencies inactive 2. Namespace default re-exports now preserve property-level usage More precise bundles, less dead code

15 likes 2 replies

?

Replies

M Heuberger · May 26

Nice - minor design suggestion: no need to display git commit SHAs. Keep the message to a minimum for maximum impact ;)

Rspack · May 26

Landed in: - #13863: drop inactive branch dependencies for inlined booleans github.com/web-infra-de... - #13980: tree shake namespace default re-exports github.com/web-infra-de...