Skip to content

Commit

Permalink
Call done() from dev-404-page during production builds so build doesn…
Browse files Browse the repository at this point in the history
…'t stall (#3827)
  • Loading branch information
KyleAMathews committed Feb 2, 2018
1 parent 7fa2313 commit 7bb93fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ exports.createPagesStatefully = async (
.watch(source)
.on(`change`, () => copy())
.on(`ready`, () => done())
} else {
done()
}
}

0 comments on commit 7bb93fe

Please sign in to comment.