This change ensure that child processes created by the make target named
run-django-webpack-devserver will always be killed when exiting.
It fixes the issue of webpack related processes still alive when
the django runserver command exits with errors.