Rollup v2.50.6 Release Notes

  • 2021-06-03

    🐛 Bug Fixes

    • Do not consider the object spread operator as side effect when propertyReadSideEffects are false (#4119)
    • Detect side effects when returning thenables from async arrow functions (#4120)

    Pull Requests

    • #4119: Respect propertyReadSideEffects in spread elements (@lukastaegert)
    • #4120: Detect async arrow thenable side effects (@lukastaegert)