2021-05-27
Bug Fixes
- Avoid unnecessary side effects when using methods like
.filter
and.map
(#4103) - Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module (#4104)
Pull Requests
- #4103: Do not track side-effect-free array methods as side effects (@lukastaegert)
- #4104: Fix crash when using inlineDynamicImports with no-treeshake (@lukastaegert)