Rollup v2.77.0 Release Notes

  • 2022-07-15

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ Introduce maxParallelFileOps to limit both read and write operations, default to 20 and replaces maxParallelFileRead (#4570)

    ๐Ÿ› Bug Fixes

    • Avoid including variables referenced from return statements that are never reached (#4573)

    Pull Requests

    • #4570: Introduce maxParallelFileOps to limit parallel writes (@lukastaegert)
    • ๐Ÿ“ฆ #4572: Document more ways to read package.json in ESM (@berniegp)
    • #4573: Do not include unused return expressions (@lukastaegert)