Skip to content

4.41.3: Restore custom-build tree-shaking

Choose a tag to compare

@mattiasw mattiasw released this 18 Jul 14:48
· 17 commits to main since this release

Fixed

  • Custom builds no longer include the modules that were excluded from them, and consumer bundlers can again tree-shake the source modules. A regression in 4.41.1 made the new src/package.json hide the root sideEffects declaration from bundlers, which roughly doubled the size of custom builds.

Full Changelog: v4.41.2...v4.41.3