Anthony Fu
Anthony Fu
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
To make it simple, I used git to manage the version reset instead of copying the fixture. It requires no unstaged changes to the fixture when running the HMR tests...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 🔗 Linked issue #5018 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
Currently, the terminal only outputs the warnings and errors but has no feedback on HMR events. Making it stays on the previous error even when the app is back to...
Awaits https://github.com/nuxt/components/pull/234
Context: - https://github.com/antfu/unplugin-auto-import/pull/60#issuecomment-939341877 - https://github.com/antfu/vue-global-api/issues/10 For example, it would be great to have common types like `Ref`, `ComputedRef` globally available when using the Vue preset. I would expect the API...
### Clear and concise description of the problem https://github.com/antfu/vite-plugin-inspect/issues/33#issuecomment-1211536957 by @nksaraf ### Suggested solution I guess currently we don't distinguish between client and SSR transform. We might need two maps...