vite-plugin-vue
vite-plugin-vue copied to clipboard
Vite Vue Plugins
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core)) | [`^7.24.7` -> `^7.25.2`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.7/7.25.2) |...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I have this type of error when installing the Vite plugin Vue on my Nuxt app....
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [x] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug ## Describe This commit introduced a bug: https://github.com/vitejs/vite-plugin-vue/commit/c891652e7cb806acb170275a5d9f8a258265a3e2 When modifying a file containing a type used by...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Description In newest `npm create vue@latest` project, we could use decorators after set ` "experimentalDecorators": true` in standalone `.ts`...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug When you update the content of console.log, HMR is broken. ### Reproduction https://stackblitz.com/edit/vitejs-vite-q32exk?file=src%2Fcomponents%2FTest.vue&terminal=dev ### Steps to...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I'm trying to configure the svg favicon of an application, and that's where I realized that...
### Describe the bug ` ` use this code, when i build and deploy service. render is normal but keepalive invalidation ` ` use this code, local dev environment is...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug Unable to locate the error file line number of v-on. no semicolon and no arrow function,...
### Description I was trying to import a Vue component from another instance of vite. The problem lies here: https://github.com/vitejs/vite/blob/c78e4099e502876a2ab23fd8163455d8172ff5b7/packages/plugin-vue/src/utils/descriptorCache.ts#L30 Due to how the id on the descriptor is generated...
### Describe the bug Using the in the. Vue file will cause a debugger abnormal The following configurations can be used normally "Vite ": "^1.0.0-rc.13", // version independent "@ vue/compiler...