rollup v2.18.1 Release Notes

  • 2020-06-26

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Make sure synthetic exports are present when a module is imported dynamically (#3648)
    • 0๏ธโƒฃ Strip the rollup-plugin- prefix off the plugin name when looking for the plugin export in a CLI plugin without a default export (#3647)
    • 0๏ธโƒฃ Convert plugin names with dashes to camel case when looking for the plugin export in a CLI plugin without a default export (#3647)

    Pull Requests

    • ๐Ÿ”Œ #3647: Strip rollup-plugin prefix to find named plugin exports, throw when export cannot be found (@lukastaegert)
    • #3648: Always create a dynamic namespace object when a module with synthetic named exports is imported dynamically (@lukastaegert)