Skip to content

v3.16.0

Compare
Choose a tag to compare
@rollup-bot rollup-bot released this 17 Feb 13:35
· 459 commits to master since this release

3.16.0

2023-02-17

Features

  • Support output.sourcemapIgnoreList option to mark file sources as ignored in the x_google_ignoreList attribute of the resulting sourcemap (#4848)
  • Support sourcemaps where sourcesContent contains null entries (#4846)
  • Allow explicitly passing true for the cache option to override Vite's default (#4859)

Bug Fixes

  • Fix an issue where unrelated side effects spilled into other chunks when using the experimentalMinChunkSize option (#4851)

Pull Requests