Force hot reload despite of "a recent HMR update"

Hi. I’m an experienced Vue developer and I’m trying Meteor for the first time. I’m a little concerned about the hot module update system, because in regular Vue when you change the JS code it automatically reloads the page, however in Meteor it doesn’t and instead shows this error: “reload suppressed because of a recent HMR update”

I need to disable this beacuse it makes my job way slower than I’m used to with Vue CLI, please :slight_smile: