4.41.3: Restore custom-build tree-shaking
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.jsonhide the rootsideEffectsdeclaration from bundlers, which roughly doubled the size of custom builds.
Full Changelog: v4.41.2...v4.41.3