Closed hooray closed 1 year ago
I created an empty project using pnpm create vite and then installed vite-plugin-vue-inspector and found that HMR doesn't work.
pnpm create vite
vite-plugin-vue-inspector
Seems a Vite issue. Vite v4.0.0 works fine, but broken in v4.0.1.
OK, then wait for Vite to fix it.
HMR is not working for me with v4.0.0 and v4.0.1
Fixed in V2.0.3
I created an empty project using
pnpm create vite
and then installedvite-plugin-vue-inspector
and found that HMR doesn't work.