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 supported22 Subscribers
Add a CodeTriage badge to vite
Help out
- Issues
- ssr.target: 'webworker' invokes esmExternalRequirePlugin() with an empty `external`, so bundled CJS require("<node builtin>") is left as a throwing __require stub
- fix(ssr): convert bundled CJS require() of node builtins for webworker SSR (fix #22618)
- Inline HTML `<script type="module">` is tree-shaken away when package.json has a restrictive `sideEffects` allowlist (Vite 8 / Rolldown)
- fix(resolve): show requested subpath in exports error
- fix(html): preserve inline module scripts with sideEffects allowlists (fix #22620)
- refactor: centralize query regex patterns (url, raw, inline) across transform middleware and plugins
- refactor: consolidate query regex patterns (fix #22625)
- fix(resolve): disable rolldown native tsconfig paths to prevent windows duplication
- Docs
- TypeScript not yet supported