Skip to content

Commit 805c9fa

Browse files
committed
fix missing hashSalt from options schema
1 parent bd75356 commit 805c9fa

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)