vite-plugin-vue icon indicating copy to clipboard operation
vite-plugin-vue copied to clipboard

Vite Vue Plugins

Results 153 vite-plugin-vue issues
Sort by recently updated
recently updated
newest added

### Describe the bug ![C957D87E-7994-47ca-9C4E-E4B412AE2EA7](https://user-images.githubusercontent.com/45625953/207213101-51ad748f-d04c-48fe-81c4-fc9f4567ae84.png) After making random changes in this file, hot update can no longer get the viewer value; Finally, it was found that the router in http...

feat: hmr

### 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) ### Description Problem description address: https://mp.weixin.qq.com/s/vlvTXYRgtbhW3-RkuaV2Mg Problem sample code address: https://github.com/meizilove258/vite-code-split.git ### Suggested solution plugin-vue:export-helper and vite/modulepreload-polyfill and vite/preload-helper, pull out...

### 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 When building a Vue component library using Vite and this plugin. Component names are not emitted into productions...

### Describe the bug I import `vue` and a 3rd package [`vue-virtual-scroll-list`](https://unpkg.com/[email protected]/dist/index.js) which requires `vue`. It works fine in dev, but raises the following error if I preview the bundle...

Inconsistency
pending triage

### 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 I want to be able to control the esbuild options used when transpiling SFC `script` tags. Vite itself...

enhancement: pending triage

### Describe the bug Suppose I have a minimal `App.vue` like this: ```vue ``` The URL `/test` is not a module in my project but an image I'd like to...

pending triage

### Describe the bug ![image](https://user-images.githubusercontent.com/32948063/125901928-4a574f09-4c00-49e1-8818-31feaa5d3a03.png) vitejs/vite#3101 had fixed for es,but cjs not and How can I clean b_vue_vue_type_style_index_0_scoped_true_lang? ### Reproduction https://github.com/Veiintc/vite-cjs-csslose.git ### System Info ```shell System: OS: Windows 10 10.0.19042...

pending triage

### Describe the bug I have written a Vue 3 package with a component and a composable, the component uses the composable for logic and is exposed outside the app...

Inconsistency

### Describe the bug after the import component library, prompt error, error message: ![image](https://user-images.githubusercontent.com/19927938/144396166-636e53e2-b388-45d7-bbfa-3cff6503a056.png) @xx/up-ui is independent research and development components ``` { "name": "vite-vue2", "version": "0.1.0", "private": true, "scripts":...

pending triage

### Describe the bug Vue plugin will generate a full path to import style parts in SFC. If we set the base URL to `/home/` on Linux, it will fail...