mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
parent
dcb4ab514e
commit
e29f439ff0
@ -329,7 +329,7 @@ export default class Builder extends Tapable {
|
|||||||
this.compiler.plugin('done', async stats => {
|
this.compiler.plugin('done', async stats => {
|
||||||
// Don't reload failed builds
|
// Don't reload failed builds
|
||||||
/* istanbul ignore if */
|
/* istanbul ignore if */
|
||||||
if (stats.hasErrors() || stats.hasWarnings()) {
|
if (stats.hasErrors()) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Reload renderer if available
|
// Reload renderer if available
|
||||||
|
Loading…
Reference in New Issue
Block a user