Skip to content

Commit

Permalink
Return object
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 5, 2021
1 parent f329674 commit 9a02001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/next/build/webpack/plugins/build-stats-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ function reduceSize(stats: any) {
reducedModule.reasons = []
}

reducedModule.reasons.push(reason.id)
reducedModule.reasons.push({
id: reason.id,
})
}
}
// Identifier is part of the Map
Expand Down

0 comments on commit 9a02001

Please sign in to comment.