question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use WebpackMD5Hash and ChunkManifestPlugin?

See original GitHub issue

https://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:closed
  • Created 7 years ago
  • Comments:27 (24 by maintainers)

github_iconTop GitHub Comments

8reactions
gaearoncommented, Feb 11, 2017

Let’s revisit this (or alternatives) now that we’re on WP2?

2reactions
okonetcommented, Aug 24, 2016

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found