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

## Build - Keep current rollup configuration, but used it only for build. - Switch to esbuild to transpile TS - Remove client source maps. This is something we discussed...

p1-chore

### Describe the bug I am compiling my .html file with the command vite build, and when I see the final code, specifically the `` tags that are in ``,...

feat: css
feat: html
p3-minor-bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core)) |...

dependencies

### Description The Getting Started guide lists commands to install Vite, but all the listed commands install Vite inside a new folder created during installation. The guide is missing the...

### Description Adding this note to the migration guide because it took me quite some time to track it down when migrating from vite v4.5.3 to v5.2.11. My hope is...

### Description Investigating Remix CI and it looks like virtual module invalidation is still not working same when they are nested like this.

### Description alternative to https://github.com/vitejs/vite/pull/17304 the weakmap on config ensures that multiple vite devserver instances don't share the global tsconfck cache.

### Description I am serving some pre-compressed `.csv.gzip` files from the `public` directory. The dev server automatically serves these with `Content-Type: text/csv` and `Content-Encoding: gzip`. This seems somewhat overzealous, especially...

bug: upstream
has workaround

### Description This PR adds pkg.pr.new to the repo

### Describe the bug After switching to a branch with different dependencies than the current branch, if `vite` is triggered without running `npm install` first, the cache will be created...

pending triage