vite icon indicating copy to clipboard operation
vite copied to clipboard

Next generation frontend tooling. It's fast!

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

### Description fix #9050 ### Additional context i tried to remove the modern chunks before the transformIndexHtml happens but ended up breaking the generated html file . --- ### What...

### Describe the bug Hi, I am trying to use Metaplex / Solana Web3 with vite & vue. It seems to have an error with the build target. I receive...

pending triage

### Description When the following conditions were met, browser field was not used. - (the package does not have exports field) - (Non-SSR build or SSR build for WebWorker) -...

p3-minor-bug :hammer:

### Description When `target: es5` is set in `tsconfig.json` and `vite.config.ts` exists, Vite fails to start. This is because esbuild looks for that when bundling config. Because we always ignore...

p2-nice-to-have :cake:

### Description Fixes https://github.com/vitejs/vite/issues/9317 The outcome: https://user-images.githubusercontent.com/3277634/181470625-8da0b23a-4a80-475b-b30e-855abd1ce18f.mp4 I've also published a package called `create-soda-test` on npm, so that you can test it with package managers (e.g. `pnpm create soda-test`) to...

p2-nice-to-have :cake:

### Description This PR fixes the commonjs `HELPERS_ID` ([reference link](https://github.com/rollup/plugins/blob/add3a350e99505e15790b4915c33b1fcc5bf00ec/packages/commonjs/src/helpers.js#L14)) in resolve plugin. ### Additional context --- ### What is the purpose of this pull request? - [X] Bug fix...

### Description while using svg files as react components, it's impossible to use HTML attributes in the component while using typescript. I have made this change inspired by what next.js...

### Describe the bug I'm trying to migrate React application from CRA to Vite, but experience errors serving and building application. I've checked similar issues with AWS SDK [1](https://github.com/aws-amplify/amplify-js/issues/9639), [2](https://github.com/aws/aws-sdk-js-v3/issues/2478),...

p3-minor-bug :hammer:

https://github.com/vitejs/vite/issues/1207#issuecomment-753564633 Vite's current biggest performance bottleneck is first page load with large amount of modules. This is mostly caused by congestion at the browser network layer, since every module results...

enhancement

### Describe the bug Vite 3.0.1 and higher does not seem to resolve projects within the monorepo. E.g. we got structure: ``` ├─ apps │ └─ app1 └─ vite.config.ts │...

pending triage