Skip to content

Commit 160008c

Browse files
committed
use md5 for hashs (webpack default)
1 parent 5972b45 commit 160008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = function webpackStats (b, opts) {
5454
hash: '',
5555
modules: [],
5656
}
57-
var hash = crypto.createHash('sha512')
57+
var hash = crypto.createHash('md5')
5858
pipeline.get('pack').unshift(through.obj(onmodule, onmodulesend))
5959
pipeline.get('wrap').push(through(ondata, onchunkend))
6060

0 commit comments

Comments
 (0)