You can disable Hot Code Push with this one-liner:
Reload._onMigrate(() => [false]);
More info can be found here:
and here
https://stackoverflow.com/questions/27682888/how-can-i-disable-live-reload-in-meteor
You can disable Hot Code Push with this one-liner:
Reload._onMigrate(() => [false]);
More info can be found here:
and here
https://stackoverflow.com/questions/27682888/how-can-i-disable-live-reload-in-meteor