rollup v2.64.0 Release Notes

  • 2022-01-14

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (#4320)
    • โšก๏ธ Do not wait for the config file to be parsed in watch mode if it is updated before that (#4344)

    ๐Ÿ› Bug Fixes

    • Do not mutate objects returned as meta from the resolveId hook (#4347)

    Pull Requests

    • ๐Ÿ”จ #4326: refactor: type fixes (@dnalborczyk)
    • โœ… #4339: More watch test stabilization (@lukastaegert)
    • ๐ŸŽ #4340: refactor: performance timers for node.js and browser (@dnalborczyk)
    • #4341: Implement shouldTransformCachedModule hook (@lukastaegert)
    • #4344: Directly restart Rollup when config file change is detected in watch mode (@lukastaegert)
    • #4347: Create a shallow copy when returning meta from resolveId (@lukastaegert)