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

@@ -235,5 +235,6 @@ export default {
port: process.env.PORT ?? 1337,
compress: true,
liveReload: true,
setupExitSignals: false, // prevent dangling server when started via gulp
},
};