mirror of https://github.com/webpack/webpack.git
Merge pull request #7712 from swernerx/relax-hash-options
Relaxed type check for hashDigest to allow other non NodeJS-native digest methods e.g. base62.
This commit is contained in:
commit
db20039522
|
|
@ -410,11 +410,7 @@
|
|||
},
|
||||
"hashDigest": {
|
||||
"description": "Digest type used for the hash",
|
||||
"enum": [
|
||||
"latin1",
|
||||
"hex",
|
||||
"base64"
|
||||
]
|
||||
"type": "string"
|
||||
},
|
||||
"hashDigestLength": {
|
||||
"description": "Number of chars which are used for the hash",
|
||||
|
|
|
|||
Loading…
Reference in New Issue