Skip to content

Commit

Permalink
Remove all: false from stats.toJson options to fix HMR in certain s…
Browse files Browse the repository at this point in the history
…etups
  • Loading branch information
chiplay committed Oct 2, 2018
1 parent 0307650 commit be1c4fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware.js
Expand Up @@ -115,7 +115,6 @@ function createEventStream(heartbeat) {

function publishStats(action, statsResult, eventStream, log) {
var stats = statsResult.toJson({
all: false,
children: true,
modules: true,
timings: true,
Expand Down

0 comments on commit be1c4fe

Please sign in to comment.