Skip to content

Commit db20039

Browse files
authored
Merge pull request webpack#7712 from swernerx/relax-hash-options
Relaxed type check for hashDigest to allow other non NodeJS-native digest methods e.g. base62.
2 parents 18d33c6 + 9d7764a commit db20039

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

schemas/WebpackOptions.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,7 @@
410410
},
411411
"hashDigest": {
412412
"description": "Digest type used for the hash",
413-
"enum": [
414-
"latin1",
415-
"hex",
416-
"base64"
417-
]
413+
"type": "string"
418414
},
419415
"hashDigestLength": {
420416
"description": "Number of chars which are used for the hash",

0 commit comments

Comments
 (0)