meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Fix to prevent infinate reloading of clientside and to make HMR work again #335

Closed chris-visser closed 5 years ago

chris-visser commented 6 years ago

I'm not an expert (yet hehe) with HMR, but I manage to 'fix' the infinate reload bug by switching off the reload override in the vue-component-dev-client package. Unfortunately this exposed another problem, which was that the HMR client wasnt getting any updates (read "was not working"). I've managed to fix that aswell, but I might have skipped some optimisations which we can build in later again.

332

misaon commented 6 years ago

waiting.