Vue HMR is not working on Cordova application

I set the environment variable HMR_URL to 192.168.1.98.

I run Meteor like that:

meteor run  android-device --mobile-server http://192.168.1.98:3000

On the chrome devsTools, when i inspect the application, i have the following:

HMR Dev server URL: undefined
akryum_vue-component-dev-client.js:170 If you have issues connecting to the dev server, set the 'HMR_URL' env variable to the URL of the dev server displayed in the meteor console.

I don’t understand. Any idea ?

Thanks.