meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
898 stars 111 forks source link

HMR supressed, need to constantly manual reload #418

Open satyavh opened 3 years ago

satyavh commented 3 years ago

Hi,

For almost every change I'm making to the client-side code, I'm getting this warning in the console: Client version changed, reload suppressed because of a recent HMR update. You may need to reload the page. and I need to reload the page manually.

What is causing this suppression and is there something I can do about this?