Closed chenendian closed 2 weeks ago
Please check your minimal reproduction link.
θ―·ζ£ζ₯ζ¨ηζε°ε€εΆιΎζ₯γ
now this link is accessible.
import TestHmr from ../dist/index.es.js
is overriding window.__VUE_HMR_RUNTIME__
from Vue.js, which is causing HMR to fail.
this poblem is resolved use this fucntion this is lin https://github.com/vitejs/vite/issues/11730
Vue version
3.4.37
Link to minimal reproduction
https://stackblitz.com/~/github.com/chenendian/vitejs-vite-gjvzny?file=src/App.vue
Steps to reproduce
yarn dev
What is expected?
edit template div txt hmr update borwer
What is actually happening?
hmr not work
System Info
No response
Any additional comments?
No response