webpack-md5-hash icon indicating copy to clipboard operation
webpack-md5-hash copied to clipboard

Plugin to replace a standard webpack chunkhash with md5.

Results 10 webpack-md5-hash issues
Sort by recently updated
recently updated
newest added

问题:某一个文件的内容改变了,但是文件hash没有改变的情况? 这样导致我上线到服务器上,相同的文件因为有服务器缓存机制,不会被立马刷新,导致访问失败

our builds are on circleci and generate sourcemaps that then upload to rollbar.com, the issue is that when heroku rebuilds the package, we get a different hash! therefore they cant...

If a separate manifest chunk is built with webpack, it's important that the manifest file's chunk hash changes when other content is updated, if one does not rely on inlining...

Hi, i have 2 warning when i use the plugin with webpack 4 : > DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead webpack-md5-hash\plugin\webpack_md5_hash.js:29:14) > DeprecationWarning: Chunk.mapModules: Use...

This will have a problem too. If the inputs stay the same but the modules which package the output change then the hash will stay the same but the output...

When using this plugin with web pack 3 a deprecation warning is issued.. DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.

Webpack references modules with number IDs. Seems that when only module IDs change then bundle's MD5 hash does not change. Look at example. Two builds of the same Webpack chunk....

npm ERR! Expected: d9f1899ead664459dd8b6b0c926ac71cfbd7bc7a npm ERR! Actual: e07d0e2f0927ba571c82d8c0b44024c7f7e27ce1 npm ERR! From: http://registry.npmjs.org/webpack-md5-hash/-/webpack-md5-hash -0.0.5.tgz having [email protected] Had same issue for @1.13.1, only a different "Actual"

Using [hasha](https://github.com/sindresorhus/hasha) I have achieved generate time drop from 2.5s to 700ms. This is probably because hasha internally uses native crypto module instead of custom implementation from md5 module. Would...

It looks like in the past week or so, this package has been flagged as malicious by WebSense. I don't know what methods they use to decide that, but it...