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

### Description fix: #10008 Also, I think `ignoreProcessEnv` should be set to false, as this is very useful in CI builds. ### Additional context --- ### What is the purpose...

### Describe the bug The error happens when I try to edit component, that 1. Wrap in `connect` function (redux) 2. Is inside dependency loop 3. There is another component...

bug
feat: hmr

### Description Vite uses [production replacement](https://vitejs.dev/guide/env-and-mode.html#production-replacement) when handling the environment variables for an application being built in production mode. However, this means that it's impossible to alter the values after...

enhancement: pending triage

### Describe the bug Removing the quotes around `src`'s value (ie ``) causes vite to request `main.jss`. See the reproduction link (it's the exact vite.new template, except I removed the...

pending triage

Signed-off-by: GurkiranSingh ### Description Added the information about Custom Logger. Please, let me know if you see any errors :) Resolves #9597 ### Additional context --- ### What is the...

### Description Fixes #9967 by normalizing asset URLs to full absolute URLs with origin and comparing them to `link.href` properties of all links in the document to find duplicates. ###...

### Describe the bug I'm receiving this warning whenever I do `pnpm run dev`. Everything seems to work non the less but I think this shouldn't appear. ### Reproduction https://stackblitz.com/edit/vitejs-vite-jvs1a8?file=src/main.tsx...

need reproduction

### Description Fixes https://github.com/vitejs/vite/issues/9710 The externalizer logic unconditionally attempts to resolve encountered dependencies from the project root. This works fine with hoisted `node_modules` installations, but does not work with more...

p3-minor-bug :hammer:
feat: ssr

### Describe the bug I'm not totaly sure if I'm on the right track here: We noticed the node process terminated regulary when we ran our script for vite in...

windows only
pending triage

### Describe the bug I'm including multiple .css files via `link` What I expect is that `npm run dev` and `npm run build && npm run preview` have the same...

p2-has-workaround :cake:
inconsistency