vite icon indicating copy to clipboard operation
vite copied to clipboard

Next generation frontend tooling. It's fast!

Results 600 vite issues
Sort by recently updated
recently updated
newest added

### Describe the bug Anytime I attempt to run a vite+react application in production mode with crypto polyfilled, the application fails to render and displays the following error in the...

pending triage
cannot reproduce

### Describe the bug I want to external a lib, and inject the bundle in `index.html` by `transformIndexHtml` hook. When I do that, the app works well but server logged...

pending triage

### Describe the bug Good morning, I report the fact that `Vite build`, in `watch` mode, builds and remains correctly active in the first build, but following the first change...

pending triage

### Documentation is - [x] Missing - [x] Outdated - [ ] Confusing - [X] Not sure? ### Explain in Detail the link to [ViteConf 2023 replay](https://viteconf.org/23/replay?utm=vite-sidebar) is not working....

documentation

### Description I have: ```mermaid graph TD; entry_admin --> page_admin.html page_admin.html --> main_admin.jsx main_admin.jsx --> router_admin.jsx router_admin.jsx --> layout_admin.jsx layout_admin.jsx --> navbar_admin.jsx layout_admin.jsx --> footer.jsx entry_user --> page_user.html page_user.html -->...

enhancement: pending triage

### Description If using multiple output formats like `es` and `cjs` and running vite in watch mode, then `generateBundle` will be called once per output format. The bundle on each...

### Description The link to viteConf 2023 replay was changed to direct youtube link

### Describe the bug When dynamiclly importing a JSON file that contains keys with fullstops in it (i.e. `foo.bar`), these key/value pairs are not imported but skipped: de.json: ```json {...

enhancement
bug: upstream
p2-nice-to-have

### Description fix: #4863 fix: #9732 ### Additional context support custom css name by no cssCodesplit. --- ### What is the purpose of this pull request? - [x] Bug fix...

feat: css
p2-nice-to-have

### Description fix [#16116](https://github.com/vitejs/vite/issues/16116) importing a CommonJS module installed from NPM. The modue contains files with filenames like PeoplePicker.scss.js. These are JavaScript files, obviously, but the filename contains scss. ---...

p3-minor-bug
feat: deps optimizer