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 When running on Linux, in the root directory, if you try to access vite_url:3000/path-of-working-dir, you will get the following error: ``` Failed to resolve entry for...

pending triage

### Describe the bug after project run. replace App.vuecode with follows ```vue import { Search } from '@element-plus/icons-vue' // import { Apple } from '@element-plus/icons-vue' import RenderComp from './components/RenderComp' const...

feat: hmr
plugin: vue-jsx
p3-minor-bug :hammer:

### Description This PR fixes the resolution algorithm when `build.ssr` is `true` i.e. when `tryNodeResolve` is called with `ssr: true` and `externalize: true`. I couldn't find any tests covering this...

p3-minor-bug :hammer:
feat: ssr

### Description fix #9964 ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature - [ ] Documentation...

### Describe the bug I import a less file in src. this less file import B.less in node_module, B.less import A.less in moduleB own node_module. vite cant find A.less ###...

pending triage
feat: css

### Description As an indirect user of Vite by using Astro, I would like the `failed to load module for ssr` to express why the module failed to load. I...

enhancement: pending triage

Provide an option to disable to warning and subsequent error when configuring Vite with an empty `envPrefix` option. ### Description Current behaviour of Vite is to warn and exit with...

YAO
p2-to-be-discussed :cake:

### Describe the bug I'm not sure if this is a bug or expected behaviour, but it's left me scratching my head and I'd love to know if there's a...

p3-downstream-blocker :hammer:

### Description Hi, want to improve the speed of vite pre-compiled. My idea is: 1. First, create a node service, pre compile the front-end project in the service, then we...

enhancement: pending triage

### Describe the bug After updating to version 3 we started getting the following error in our bundle script: ``` account_multisig.js:48 Uncaught TypeError: Class extends value undefined is not a...

pending triage
inconsistency
feat: commonjs