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 6d8fb67 commit 0f55d5aCopy full SHA for 0f55d5a
1 file changed
bin/cli.js
@@ -491,9 +491,7 @@ For more information, see https://webpack.js.org/api/cli/.`);
491
if (compiler.close) compiler.close(compilerCallback);
492
} else {
493
compiler.run(compilerCallback);
494
- if (compiler.close) {
495
- compiler.close(compilerCallback);
496
- }
+ if (compiler.close) compiler.close(compilerCallback);
497
}
498
499
0 commit comments