rollup v2.70.0 Release Notes

  • 2022-03-07

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ Make the watchChange and closeWatcher hooks asynchronous and make Rollup wait for these hooks before continuing (#4427)

    ๐Ÿ› Bug Fixes

    • Do not abort watch mode for errors in watchChange but display them properly (#4427)

    Pull Requests

    • #4427: Do not abort watch mode on errors in watchChange (@lukastaegert)