Skip to content

vite 6.3.0-beta.2

6.3.0-beta.2 (2025-04-11)

Bug Fixes

  • addWatchFile doesn't work if base is specified (fixes #19792) (#19794) (8bed1de)
  • correct the behavior when multiple transform filter options are specified (#19818) (7200dee)
  • css: remove empty chunk imports correctly when chunk file name contained special characters (#19814) (b125172)
  • dev: make query selector regexes more inclusive (fix #19213) (#19767) (f530a72)
  • fs check with svg and relative paths (#19782) (62d7e81)
  • hmr: run HMR handler sequentially (#19793) (380c10e)
  • keep entry asset files imported by other files (#19779) (2fa1495)
  • module-runner: allow already resolved id as entry (#19768) (e2e11b1)
  • reject requests with # in request-target (#19830) (175a839)
  • types: remove the keepProcessEnv from the DefaultEnvironmentOptions type (#19796) (36935b5)
  • unbundle fdir to fix commonjsOptions.dynamicRequireTargets (#19791) (71227be)

Performance Improvements

Documentation

  • vite: fix description of transformIndexHtml hook (#19799) (a0e1a04)

Miscellaneous Chores

Code Refactoring

Tests