vite
https://github.com/vitejs/vite
TypeScript
Next generation frontend tooling. It's fast!
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported20 Subscribers
Add a CodeTriage badge to vite
Help out
- Issues
- Dev-server request stays pending for as long as the client renderer is frozen — large modules (inline dev sourcemap) hold the response in socket backpressure while vite's own timings stay fast
- Vite doesn't seem to fallback to the WASM Rolldown on unsupported platforms
- Provide a way to run `transformIndexHtml` hooks of a per-environment plugin in dev
- vite.config change during an in-flight config restart is silently dropped, leaving the server running a config that no longer matches disk
- Dependency scan fails with incorrect file path when input contains @ in directory name on Windows
- fix: include imported worker assets in build manifest (fix #23377)
- fix(config): don't unescape glob characters in Windows input paths
- docs: correct anchor scroll offset after dismissing top banner
- A single failed sass-embedded compiler spawn permanently breaks all scss compilation until server restart
- fix(css): retry scss compilation when the embedded sass compiler fails to spawn
- Docs
- TypeScript not yet supported