rollup v2.60.0 Release Notes

  • 2021-11-11

    ๐Ÿ”‹ Features

    • โž• Add this.load context function to load, transform and parse modules without adding them to the graph (#4234)
    • 0๏ธโƒฃ Sanitize non-url-safe characters in generated chunk names by default (#4262)
    • ๐Ÿ‘Œ Support ESM plugins via command line (#4265)

    Pull Requests

    • ๐Ÿ”Œ #4234: Plugin context function for pre-loading modules (@lukastaegert)
    • #4262: exclude invalid URL chars (@danielroe)
    • ๐Ÿ”Œ #4265: support loading ESM plugins from the CLI via --plugin (@kzc)