4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this
(#6001)
Pull Requests
- #6000: feat: improve get literal value for conditional expression (@ahabhgk, @lukastaegert)
- #6001: Correct the parent scope for static blocks (@TrickyPi, @lukastaegert)
- #6005: fix: export field order prefer esm (@DylanPiercey)