Is there a way to hook into incremental compilation? I need to start some process only once when user start some task, and then stop it when task is stopped. Even if it is started with "~", the important point is that process should not be restarted on each recompilation.
To be more precise, I want to start webpack dev server only once together with ~container:start. And do not restart webpack on each container restart.