Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-12 | 722 Bytes | |
v4.45.0 source code.tar.gz | 2025-07-12 | 2.2 MB | |
v4.45.0 source code.zip | 2025-07-12 | 7.6 MB | |
Totals: 3 Items | 9.8 MB | 0 |
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)