For example, after bundling I execute it and it starts a server (node process on port 3000). When file is changed in watch mode, bundle rebuilds and same process tries to spawn again w/o previous being removed.
Is it somehow possible to kill process on rebuild in watch mode?