Skip to content

Commit

Permalink
remove NamedModulesPlugin from production bundle (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored and KyleAMathews committed Oct 8, 2017
1 parent 07ef732 commit 9b7f9f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/utils/webpack.config.js
Expand Up @@ -323,7 +323,6 @@ module.exports = async (
new webpack.optimize.OccurenceOrderPlugin(),
new GatsbyModulePlugin(),
// new WebpackStableModuleIdAndHash({ seed: 9, hashSize: 47 }),
new webpack.NamedModulesPlugin(),
new HashedChunkIdsPlugin(),
]
}
Expand Down

0 comments on commit 9b7f9f1

Please sign in to comment.