Skip to content

Latest commit

 

History

History
55 lines (24 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

55 lines (24 loc) · 2.49 KB

Changelog

1.5.0 (2023-11-22)

Features

  • add support for vite^5.0.0 and cypress 13 (#81) (6027807)

1.4.2 (2023-07-15)

Bug Fixes

  • override ouput.manualChunks using false (#67) (145627a)

1.4.1 (2023-07-05)

Bug Fixes

  • override rollupOptions.ouput.manualChunks from the user config (#58) (c38600e)

1.4.0 (2023-04-21)

Features

  • allow user to specify full Vite config, not just configFile (#53) (293684f)

Bug Fixes

  • use chokidar file watcher instead of Vite/Rollup watch (#50) (a2eec1d)

1.3.2 (2023-04-11)

Bug Fixes

1.3.1 (2023-03-02)

Bug Fixes

  • ensure code is finished compiling before returning cached file (#36) (91ae5b8)

1.3.0 (2022-12-24)

Features

  • add support for Vite 4 and Cypress 12 (#29) (00dbb75)