We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
md4
1 parent 8067aaa commit 0eebc46Copy full SHA for 0eebc46
src/index.js
@@ -98,7 +98,7 @@ class CompressionPlugin {
98
'compression-webpack-plugin': pkg.version,
99
'compression-webpack-plugin-options': this.options,
100
path: compiler.outputPath ? `${compiler.outputPath}/${file}` : file,
101
- hash: crypto.createHash('md5').update(input).digest('hex'),
+ hash: crypto.createHash('md4').update(input).digest('hex'),
102
});
103
104
return cacache
0 commit comments