1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

fix dangling webpack-dev-server after gulp exit

This commit is contained in:
2021-10-04 09:59:49 -04:00
parent d47bf07401
commit d710e0e5ff
4 changed files with 60 additions and 54 deletions

View File

@@ -87,7 +87,7 @@ function npx(bin, args) {
return execa(cmd, {
echo: false,
preferLocal: true,
shell: true,
stdio: "inherit",
killSignal: "SIGKILL", // graceful shutdown leaves webpack-dev-server dangling sometimes
});
}