vite-plugin-vue2
vite-plugin-vue2 copied to clipboard
Vite plugin for Vue 2.7
## Reproduction https://stackblitz.com/edit/vitest-vuex-vue2 ## Steps to reproduce the bug - open the repo above - run the tests `npm run test` - notice test fails with a warning of [Vue...
vite version: 3.1.2
ERROR 上午10:28:40 [vite] Internal server error: ENOENT: no such file or directory, open '/xxx.vue' 10:28:40 at Object.openSync (fs.js:498:3) at Object.readFileSync (fs.js:394:35) at getDescriptor (xxx/node_modules/@vitejs/plugin-vue2/dist/index.mjs:2225:66) at Context.load (xxx/node_modules/@vitejs/plugin-vue2/dist/index.mjs:3210:28) at Object.load (xxx/node_modules/vite/dist/node/chunks/dep-665b0112.js:41004:46)...
### Describe the bug In the development environment of our project with Vite + Vue2.7 + Vuex + Vue Router, we encountered an issue where there is a circular reference...
I noticed that [this line](https://github.com/vitejs/vite-plugin-vue2/blob/main/src/index.ts#L172) prevents include/exclude from working on Vue files, because `query.vue` will always be true for Vue files. My use case is that I have a project...
Hey all, I'm trying to understand the order of css load if I have a file that imports a scss and then renders a component with scoped style, which css...
Minimal Reproduction Repo: https://github.com/skalidindi/vite-vue2-bug My repo has a very basic Vue project with App.vue containing some css code. When you run the project in dev mode and inspect the network...
Hey there, I'm trying to update this package to 2.3.1 but it can't seem to find the newest version on the registry. I looked using the command npm view vite-plugin-vue2...
unlike Vue 2.7, the plugin does not recognize the **:deep** selector to modify CSS classes in child components. Instead using the previous and almost deprecated notation is necessary **::v-deep** Please...
I realize this plugin is not maintained anymore but hopefully someone else has a suggestion. **TLDR;** scss inline comments only work if there is no space after the "//" My...