Vite 8.0 has been released. Vite is a frontend build tool for JavaScript, and is in the same space as tools like Webpack, Parcel, esbuild, and turbopack. The major change here is in the tooling, with a single buildchain instead of a "development" and "production" mechanism; this simplifies the suite development and creates a more consistent experience for users.
In addition, there are improvements in developer support: better SSR support, TypeScript improvements, and React refresh improvements, among others.
The release documentation points out that the install size for Vite is larger than it was - roughly 15MB larger thanks to better support for CSS minification and the size associated with toolchain optimization (optimizing for speed over size). That's an interesting observation, and a useful one: does that make a difference for you, as a developer? Would you be holding off on upgrading Vite because of the tool disk space consumption, or would you consider switching away from Vite because of this?