meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMR supressed, need to constantly manual reload

satyavh opened this issue · comments

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?