Skip to content

vite 8.0.0-beta.17

8.0.0-beta.17 (2026-03-09)

Features

  • css: support es2025 build target for lightningcss (#21769) (08906e7)
  • forward browser console logs and errors to dev server terminal (#20916) (2540ed0)
  • update rolldown to 1.0.0-rc.8 (#21790) (a0c950e)

Bug Fixes

  • css: apply server.origin to public file URLs in CSS (fix #18457) (#21697) (c967f48)
  • deps: update all non-major dependencies (#21732) (5c921ca)
  • dev: disable extglobs for consistency (#21745) (1958eeb)
  • lib: keep annotation comments for es output (#21740) (dd3c4f4)
  • optimizer: avoid error happening with a package with asset entrypoint (#21766) (f7e1d07)
  • ssr: throw friendly error when calling ssrLoadModule with non-runnable ssr env (#21739) (1fa736e)
  • types: remove extends ImportMeta from ModuleRunnerImportMeta (#21710) (0176d45)
  • wasm: reset assetUrlRE.lastIndex before .test() in SSR builds (#21780) (3a0d8d9)

Miscellaneous Chores

Code Refactoring

  • enable some native plugins even with enable native plugin false (#21744) (fc46c79)

Tests

  • ssr: incorrect handleInvoke was called in server-worker-runner.invoke test (#21751) (b95ca22)