rollup v2.20.0 Release Notes

  • 2020-07-06

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support using a function to generate different chunk and asset naming patterns per chunk or asset (#3658)
    • โž• Add referencedFiles property to the chunk info in generateBundle to list referenced assets (#3661)

    Pull Requests

    • #3658: Add ability to use a function that returns a pattern string in all places where you could use a pattern string before (@frank-dspeed)
    • #3661: Add referenced files to bundle (@lukastaegert)