meteor-vue / vue-meteor

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

fix: HMR dev server url : undefined when app is run on mobile during development. #422

Closed VishnuTejaBandi closed 1 year ago

VishnuTejaBandi commented 3 years ago

I have noticed that HMR server url is being set to undefined for client when run on mobile platforms using cordova. My change to package vue-component-dev-client might fix that.