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:
@@ -235,5 +235,6 @@ export default {
|
||||
port: process.env.PORT ?? 1337,
|
||||
compress: true,
|
||||
liveReload: true,
|
||||
setupExitSignals: false, // prevent dangling server when started via gulp
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user