Skip to content

Commit 9d7764a

Browse files
committed
Relaxed type check for hashDigest to allow other non NodeJS-native digest methods e.g. base62.
1 parent 18d33c6 commit 9d7764a

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)