rollup v2.48.0 Release Notes

  • 2021-05-15

    ๐Ÿ”‹ Features

    • โž• Add replacement to conditionally insert asset extensions in entryFileNames when preserving modules (#4077)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix crash when dynamically assigning to namespace members (#4070)
    • Do not associate pure annotations in front of a semi-colon or comma with succeeding code (#4068)

    Pull Requests

    • #4068: ignore invalid trailing pure annotations (@kzc)
    • โšก๏ธ #4070: undefined deoptimizePath when the first element is empty string (@si3nloong)
    • ๐Ÿ‘ #4071: add node.js v16 support (@dnalborczyk)
    • #4077: Add assetExtname replacement in entryFileNames (@BPScott)
    • #4080: Added Rollup logo in README.md (@priyanshurav)
    • #4081: fix comment regarding invalid annotation handling (@kzc)