rollup v3.5.0 Release Notes

  • 2022-11-27

    ๐Ÿ”‹ Features

    • โž• Add treeshake.manualPureFunctions to override static analysis for explicit function names (#4718)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ Do not throw when a plugin uses this.load without awaiting its result (#4725)

    Pull Requests

    • #4718: Add simple way to manually declare pure functions (@lukastaegert)
    • ๐Ÿ”Œ #4725: Fix isIncluded error when using rollup-plugin-typescript2 (@lukastaegert)