underfin / vite-plugin-vue2

Vue2 plugin for Vite
620 stars 83 forks source link

fix: don't inject hmr code in SSR #159

Closed galvez closed 2 years ago

galvez commented 2 years ago

Apparently this is all that's needed to make this plugin work in SSR?

Am I missing something (other than the correct type for transformOptions?) 😄