Skip to content

Commit 82ddd16

Browse files
authored
Merge pull request webpack#4717 from STRML/fix/hashSalt
fix missing `hashSalt` from options schema
2 parents bd75356 + 805c9fa commit 82ddd16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@
333333
"minLength": 1,
334334
"type": "string"
335335
},
336+
"hashSalt": {
337+
"minLength": 1,
338+
"type": "string"
339+
},
336340
"hotUpdateChunkFilename": {
337341
"description": "The filename of the Hot Update Chunks. They are inside the output.path directory.",
338342
"type": "string",

0 commit comments

Comments
 (0)