Reputation: 97
In my Vite + Vue3 project, HMR works fine in the local development environment. However, when I import a third-party library that depends on @vueuse/core, HMR stops working.
After debugging, I found that:
I suspect this might be due to different versions of Vue core dependencies between my project and @vueuse/core.
Steps to Reproduce
Environment
Upvotes: 1
Views: 10