PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
505 stars 46 forks source link

Pause HMR from console? #65

Open DanielKucal opened 6 years ago

DanielKucal commented 6 years ago

I use angular-starter including this project and IDE which saves changes automatically. Although I don't use server with :hmr, it reloads my app anyway what is really disturbing sometime. So here comes my question: can I execute some global command or set some variable which will affect in pausing hot module reload? Something like e.g. HMR_ACTIVE = false;. I haven't found this in readme.