rollup v2.41.0 Release Notes

  • 2021-03-09

    ๐Ÿ”‹ Features

    • โž• Add option to treeshake.propertyReadSideEffects to keep all property accesses (#3985)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ Also respect pure comment annotations when a plugin provides an AST in the transform hook provided they use this.parse (#3981)

    Pull Requests

    • ๐Ÿšš #3981: Move pure comment annotation to Graph.contextParse (@yannayl)
    • #3985: implement --treeshake.propertyReadSideEffects=always to handle getters with side effects (@kzc)