Use WebpackMD5Hash and ChunkManifestPlugin?
See original GitHub issuehttps://github.com/mjackson/web-starter has some interesting config decisions:
- Use of
WebpackMD5Hash
plugin - Use of
ChunkManifestPlugin
plugin
I’d like to understand their point better and whether we should enable them as well. Thoughts?
Issue Analytics
- State:
- Created 7 years ago
- Comments:27 (24 by maintainers)
Top Results From Across the Web
webpack/webpack - Gitter
Hello all, I've met an issue in my PWA app when I was trying to upgrading to webpack v2. After getting a successful...
Read more >chunk-manifest-webpack-plugin
Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.
Read more >Top 5 webpack-manifest-plugin Code Examples
Learn more about how to use webpack-manifest-plugin, ... HashedModuleIdsPlugin()), ifProd(new WebpackMd5Hash()), ifProd( new ManifestPlugin({ fileName: '.
Read more >Long-term caching of static assets with Webpack
Use [chunkhash] to add a content-dependent cache-buster to each file. ... hashes are generated based on the file contents, use webpack-md5-hash plugin.
Read more >remove absulte path from webpack output
Well, I build my app using webpack in production mode, I have the output files containing absolute paths like :
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s revisit this (or alternatives) now that we’re on WP2?
BTW I wrote about my journey with long-term a long time ago and I’ve just updated it with mentions of MD5HashPlugin and https://github.com/szrenwei/inline-manifest-webpack-plugin
https://medium.com/@okonetchnikov/long-term-caching-of-static-assets-with-webpack-1ecb139adb95#.bbkwtwbvm