diff --git a/lib/utils/webpack.config.js b/lib/utils/webpack.config.js index c1c2ddaae0c88..b34dddc3cf5c5 100644 --- a/lib/utils/webpack.config.js +++ b/lib/utils/webpack.config.js @@ -136,6 +136,7 @@ module.exports = (program, directory, suppliedStage, webpackPort = 1500, pages = // Get array of page template component names. let components = _.uniq(Array.from(pagesDB().values()).map(page => page.component)) components = components.map(component => layoutComponentChunkName(component)) + console.log('components', components) return [ // Moment.js includes 100s of KBs of extra localization data // by default in Webpack that most sites don't want. @@ -147,7 +148,6 @@ module.exports = (program, directory, suppliedStage, webpackPort = 1500, pages = new webpack.optimize.DedupePlugin(), // Extract "commons" chunk from the app entry and all // page components. - console.log('components', components) new webpack.optimize.CommonsChunkPlugin({ name: `commons`, chunks: [ diff --git a/package.json b/package.json index bf653474677d2..08b6ee39d1ca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "React.js Static Site Generator", - "version": "1.0.0-alpha.test3", + "version": "1.0.0-alpha.test4", "author": "Kyle Mathews ", "ava": { "require": [