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

## Vite types should define `process.env.NODE_ENV` `process.env.NODE_ENV` should be defined by vite references since it's inherently relevant. I know I can easily import it myself, or add it to `tsconfig`....

has workaround
enhancement: pending triage

### Describe the bug [preserveModulesRoot](https://rollupjs.org/guide/en/#outputpreservemodulesroot) of vite configuration file is invalid in windows in windows (The src directory should not exist in the es directory) ![](https://user-images.githubusercontent.com/40221744/149139899-6d64077f-af00-4662-853f-0bb91cf13f08.png) in macos ### Reproduction...

windows only
bug: upstream

### Description When I create web components via custom elements in vue3 (as described here: https://vuejs.org/guide/extras/web-components.html#building-custom-elements-with-vue), the styles are loaded directly into the shadow dom with a `` tag. In...

enhancement: pending triage

### Describe the bug CSS linked via `` is not processed by default after #6751. I think it's still good as we provide a way for this to work with...

feat: css
p3-minor-bug

### Description fix: #9265 I think it should work properly ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ]...

p2-has-workaround :cake:

### Describe the bug I am having this issue in my app since upgrading to Vite 3. I am still having the issue on **v3.0.2**. The issue only happens with...

bug
possible regression
inconsistency

### Describe the bug ### Link to minimal reproduction https://github.com/ikrong/vue3-bugs ### Steps to reproduce file components/cp1.vue ```vue cp1 import { onMounted } from 'vue' onMounted(() => { console.log('cp1') }) ```...

pending triage
plugin: vue

### Description Add `cssExtract` option. When building as a library, you can also set this to `false` to avoid your users having to import the CSS themselves, like vue-cli [css.extract](https://cli.vuejs.org/config/#css-extract)...

feat: css
feat: library mode
p2-to-be-discussed :cake:

### Describe the bug Starting from Vite 3, we are not able to build our Vue 2.7 app, that is using the inertia.js library. See the reproduction linked below. In...

p2-has-workaround :cake:
inconsistency
plugin commonjs

### Describe the bug 1. run `pnpm dev` and open the browser render below ![image](https://user-images.githubusercontent.com/17974631/179519531-2ff9bf9e-453d-4980-936c-3525f0639380.png) 2. run `pnpm build` and `live-server dist` render below: ![image](https://user-images.githubusercontent.com/17974631/179519712-98330c9a-f149-4860-8040-0cb5a3b2d97f.png) ### Reproduction https://github.com/IWANABETHATGUY/vite-codegen-issue ### System...

bug
inconsistency
plugin commonjs