rollup v2.74.0 Release Notes

  • 2022-05-19

    ๐Ÿ”‹ Features

    • โœ‚ Remove unneeded default values for function parameters (#4498)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ Use a consistent mechanism to resolve the config file to avoid issues on Windows (#4501)
    • ๐Ÿ— Avoid an inaccurate warning about an event emitter leak for complicated builds (#4502)
    • Ensure that reexporting values from other chunks via dynamic imports does not reference non-imported variables (#4499)

    Pull Requests

    • 0๏ธโƒฃ #4498: Tree shake parameter defaults (@lukastaegert)
    • #4499: Ensure reexports are available for namespaces (@lukastaegert)
    • ๐Ÿ #4501: fix: config path problem on windows (@pos777)
    • โš  #4502: Avoid maximum listeners exceeded warning (@lukastaegert)