We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c356619 commit 287eb18Copy full SHA for 287eb18
1 file changed
bin/webpack.js
@@ -314,7 +314,7 @@ function processOptions(options) {
314
lastHash = stats.hash;
315
process.stdout.write(stats.toString(outputOptions) + "\n");
316
}
317
- if(!options.doWatch && stats.hasErrors()) {
+ if(!options.watch && stats.hasErrors()) {
318
process.on("exit", function() {
319
process.exit(2); // eslint-disable-line
320
});
0 commit comments