8000 Honor `hashFunction` option for createFileSerializer · webpack/webpack@6776595 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6776595

Browse files
authored
Honor hashFunction option for createFileSerializer
1 parent 5d9cab6 commit 6776595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cache/PackFileCacheStrategy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ class PackFileCacheStrategy {
991991
allowCollectingMemory,
992992
compression
993993
}) {
994-
this.fileSerializer = createFileSerializer(fs);
994+
this.fileSerializer = createFileSerializer(fs, compiler.options.output.hashFunction);
995995
this.fileSystemInfo = new FileSystemInfo(fs, {
996996
managedPaths: snapshot.managedPaths,
997997
immutablePaths: snapshot.immutablePaths,

0 commit comments

Comments
 (0)
0