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 2d6d746 commit b2914dfCopy full SHA for b2914df
1 file changed
lib/Server.js
@@ -3603,8 +3603,7 @@ class Server {
3603
// `listen()` so the build can finish and the process can exit normally —
3604
// the user is not in control of the plugin lifecycle here, so we stay
3605
// silent rather than logging a warning.
3606
- const isBuildMode = () =>
3607
- childCompilers.every((child) => !child.watching && !child.options.watch);
+ const isBuildMode = () => childCompilers.every((child) => !child.watching);
3608
3609
/**
3610
* @returns {Promise<void>} promise
0 commit comments