Skip to content

Commit

Permalink
Debug out the webpack stats in prod, useful for debugging prod issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldfallen committed Mar 6, 2018
1 parent ebb29d2 commit 02297ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const configureProduction = app => {
if (stats) {
const time = stats.endTime - stats.startTime;
log.info(`Webpack build complete in ${time}ms. Hash ${stats.hash}`);
log.debug(stats);
}
});
const staticSettings = {
Expand Down

0 comments on commit 02297ec

Please sign in to comment.