diff --git a/lib/builder/builder.js b/lib/builder/builder.js index db6575e5bb..25c347ceeb 100644 --- a/lib/builder/builder.js +++ b/lib/builder/builder.js @@ -329,7 +329,7 @@ export default class Builder extends Tapable { this.compiler.plugin('done', async stats => { // Don't reload failed builds /* istanbul ignore if */ - if (stats.hasErrors() || stats.hasWarnings()) { + if (stats.hasErrors()) { return } // Reload renderer if available