rollup v2.34.0 Release Notes

Release Date: 2020-11-29 // over 3 years ago
  • 2020-11-29

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#3867)
    • ๐Ÿ‘ Allow adding an AMD id base path (#3867)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ— Warn when using an constant AMD id in a code-splitting build (#3867)

    Pull Requests

    • #3867: Implement amd.autoId/amd.basePath options (@tjenkinson)