Use WebpackMD5Hash and ChunkManifestPlugin?
Created by: gaearon
https://github.com/mjackson/web-starter has some interesting config decisions:
- Use of
WebpackMD5Hashplugin - Use of
ChunkManifestPluginplugin
I’d like to understand their point better and whether we should enable them as well. Thoughts?