vite-plugin-vue
vite-plugin-vue copied to clipboard
Vite Vue Plugins
### 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 Hi i am trying to import the scss files in my project but scss classes are...
### Describe the bug Having something like ```html :filter-by="[keyName as string ?? 'key', valueName as string ?? 'value']" ``` in a pug template is fine with volar, but vite doesn't...
### 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 The watcher should rebuild vue files when the file's imports are updated. Without this, the rollup build doesn't...
热更新失效
### Describe the bug 在index.vue中import testClass,这时候修改testClass,可以输出console。但是修改index.vue后,再次修改testClass,就不会输出console了 ### Reproduction https://github.com/ningbnii/vite2_vue3_hmr_test ### System Info ```shell System: OS: Windows 10 10.0.17763 CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz Memory: 3.44 GB...
### Description Use vite's normalizePath for path consistency. ### Additional context --- ### What is the purpose of this pull request? - [ ] Bug fix - [ ] New...
### Describe the bug when i npm run build, i got a output file name like **[component].vue_vue_type_script_setup_true_lang.[hash].js**  ### Reproduction https://github.com/JiatLn/vite-build-demo.git ### System Info ```shell System: OS: Windows 10 10.0.19042...
### 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 Hi, I am working on developing an new application using Vue3 + Vite + Okta Vue...
### Related plugins - [ ] [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 a monorepo with some files using vue-jsx, and some uing react. I set...
### 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 In Vite Server, when performing Vite build from the code, the build used the clientCache cache...
### Describe the bug 这是我的demo目录结构: ```bash . ├── README.md ├── index.html ├── package-lock.json ├── package.json ├── src │ ├── App.vue │ ├── components │ │ └── ElStyle.css │ ├── main.ts...