We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495e47f commit 5be7251Copy full SHA for 5be7251
1 file changed
lib/Server.js
@@ -3629,8 +3629,7 @@ class Server {
3629
// `listen()` so the build can finish and the process can exit normally —
3630
// the user is not in control of the plugin lifecycle here, so we stay
3631
// silent rather than logging a warning.
3632
- const isBuildMode = () =>
3633
- childCompilers.every((child) => !child.watching && !child.options.watch);
+ const isBuildMode = () => childCompilers.every((child) => !child.watching);
3634
3635
/**
3636
* @returns {Promise<void>} promise
0 commit comments