vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
549 stars 46 forks source link

HMR doesn't work - `TypeError: Cannot read properties of undefined (reading 'accept') #69

Open montella1507 opened 1 year ago

montella1507 commented 1 year ago

When i add

hmr: true mode: "development"

to vite.config.json

it does nothing (other configuration parts work).

If i add --hmr to vite command i got

TypeError: Cannot read properties of undefined (reading 'accept')

error..

Maybe related to https://github.com/vitejs/vite/issues/10294 Is it going to be fixed in plugin-vue2 too?