underfin / vite-plugin-vue2

Vue2 plugin for Vite
620 stars 83 forks source link

fix: fixed HMR of styles on template change (#153) #170

Closed mihalikv closed 2 years ago

mihalikv commented 2 years ago

Basically, I just rewrite a small chunk of code from Vite HMR itself to the plugin. My path to the solution is described in the issue. I believe there is a better way but I have just small knowledge about the repository.