xsbt web plugin - SBT hook into incremental compilation -
is there way hook incremental compilation? need start process once when user start task, , stop when task stopped. if started "~", important point process should not restarted on each recompilation. to more precise, want start webpack dev server once ~container:start . , not restart webpack on each container restart.