rollup v2.56.0 Release Notes

  • 2021-08-05

    ๐Ÿ”‹ Features

    • Create more efficient code for SystemJS exports (#4199)
    • ๐Ÿ”Œ Extend maxParallelFileReads option to also throttle plugin load hooks (#4200)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Return correct value for postfix update expressions of exported variables (#4194)

    Pull Requests

    • #4199: Refine SystemJS export rendering (@lukastaegert)
    • #4200: Restrict parallel execution of load hook (@schummar)