diff --git a/src/production.js b/src/production.js index f3e57c7..55d4aaa 100644 --- a/src/production.js +++ b/src/production.js @@ -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 = {