rollup v2.27.0 Release Notes

Release Date: 2020-09-16 // over 3 years ago
  • 2020-09-16

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support specifying a file extension when reading from stdin (#3775)

    ๐Ÿ› Bug Fixes

    • Do not break logic if a branch with hoisted variables is tree-shaken in an else-if statement (#3782)

    Pull Requests

    • ๐Ÿ”Œ #3770: Docs: Exception for babel plugin and commonjs plugin (@jsk7)
    • #3775: add ability to specify stdin file extension via --stdin=ext (@kzc)
    • #3782: Handle hoisted variables in dead branches of nested if statements (@lukastaegert)