rollup v2.52.0 Release Notes

  • 2021-06-16

    ๐Ÿ”‹ Features

    • โž• Add --configPlugin CLI option to apply plugins to the config file for e.g. TypeScript configs (#3835)
    • โž• Add "safest" and "smallest" presets to tree-shaking options for easier configuration (#4131)
    • โž• Add treeshake.correctVarValueBeforeDeclaration option to deoptimize var declarations (#4139)

    Pull Requests

    • ๐Ÿ‘ #3835: Add typescript config support (@TheRealSyler)
    • #4131: Add presets to the tree-shaking options (@lukastaegert)
    • โšก๏ธ #4139: Add option to deoptimize var declarations for tree-shaking (@lukastaegert)
    • โšก๏ธ #4141: Update dependencies (@lukastaegert)