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:
@@ -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
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user