Skip to content

vite 6.3.0-beta.1

6.3.0-beta.1 (2025-04-03)

Features

  • env: add false option for envDir to disable env loading (#19503) (bca89e1)
  • types: make CustomPluginOptionsVite backward compatible (#19760) (821edf1)

Bug Fixes

  • align plugin hook filter behavior with pluginutils (#19736) (0bbdd2c)
  • fs check in transform middleware (#19761) (5967313)
  • hmr: throw non-standard error info causes logical error (#19776) (6b648c7)

Performance Improvements

Miscellaneous Chores