rollup v2.39.0 Release Notes

  • 2021-02-12

    ๐Ÿ”‹ Features

    • โž• Add "validate" option to verify generated chunks are valid JavaScript (#3952)

    ๐Ÿ› Bug Fixes

    • Always add exports properties for uninitialized named exports (#3957)
    • ๐Ÿ‘ Allow using an external namespace reexport together with named exports (#3959)
    • Avoid invalid generated code in certain scenarios with SystemJS exports (#3960)

    Pull Requests

    • #3952: implement validate output option and --validate CLI option (@kzc)
    • โšก๏ธ #3956: Update dependencies, fix fsevents issue (@lukastaegert)
    • #3957: Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats (@lukastaegert)
    • #3959: Allow overriding individual exports of reexported external namespaces (@lukastaegert)
    • #3960: Make sure system exports are valid JavaScript (@lukastaegert)