Enabling WebPack server to reload during Ui Framework Hot Reloading

I have realized , when doing Hot Reloading with Ui framework (Module watch) , files that are compiled by the web pack server (e.g the dashboard widgets files) do not get updated until i first recompile the entire module again. Is it possible to configure the web pack server also to recompile and reload the files during module watch ?? cc @dkayiwa @mksd @ssmusoke

From here, Adding this key watch: true
to the server config may help to enable Live reloading .
cc @dkayiwa @mksd @ssmusoke

This could be a great achievement , module re-compile on every change is a great pain.

I think was blind not to have seen https://github.com/openmrs/openmrs-module-coreapps README.md