Skip to content

Commit

Permalink
remove NamedModulesPlugin from production bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris committed Oct 2, 2017
1 parent 212210c commit 6fa2803
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 6fa2803

Please sign in to comment.