Skip to content

Commit ff950e7

Browse files
committed
Use hex encoding instead
1 parent 2148014 commit ff950e7

File tree

2 files changed

+117
-117
lines changed

2 files changed

+117
-117
lines changed

lib/NormalModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class NormalModule extends Module {
337337
}
338338
hash.update("meta");
339339
hash.update(JSON.stringify(this.buildMeta));
340-
this._buildHash = hash.digest("base64");
340+
this._buildHash = hash.digest("hex");
341341
}
342342

343343
build(options, compilation, resolver, fs, callback) {

0 commit comments

Comments
 (0)