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.
1 parent 5972b45 commit 160008cCopy full SHA for 160008c
index.js
@@ -54,7 +54,7 @@ module.exports = function webpackStats (b, opts) {
54
hash: '',
55
modules: [],
56
}
57
- var hash = crypto.createHash('sha512')
+ var hash = crypto.createHash('md5')
58
pipeline.get('pack').unshift(through.obj(onmodule, onmodulesend))
59
pipeline.get('wrap').push(through(ondata, onchunkend))
60
0 commit comments