Rollup v2.2.0 Release Notes

  • 2020-03-24

    ๐Ÿ”‹ Features

    • โž• Add renderDynamicImport hook to rewrite dynamic import expressions (#3449)
    • โž• Add information about dynamically imported modules to this.getModuleInfo (#3449)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’ป Make file emission work with Uin8Array sources when using Rollup in the browser (#3452)
    • ๐Ÿ›  Fix types to allow watch to accept an array of configs (#3453)
    • Do not strip .js extensions from AMD imports when the import is a user-supplied replacement for a non-resolvable dynamic import target (#3453)

    Pull Requests

    • #3449: Add hook to rewrite dynamic import expressions (@lukastaegert)
    • ๐Ÿ’ป #3452: Avoid the assumption of Buffer in browser envs (@JoviDeCroock)
    • #3453: fix types since watch accepts single or array config (@lukeed)
    • #3456: fix SystemJS url in tutorial (@guybedford)