Skip to content

Commit a71284e

Browse files
committed
Add missing watchOptions properties to schema
1 parent 73e34a7 commit a71284e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,13 @@
14681468
"description": "Delay the rebuilt after the first change. Value is a time in ms.",
14691469
"type": "number"
14701470
},
1471+
"ignored": {
1472+
"description": "Ignore some files from watching"
1473+
},
1474+
"stdin": {
1475+
"description": "Stop watching when stdin stream has ended",
1476+
"type": "boolean"
1477+
},
14711478
"poll": {
14721479
"description": "Enable polling mode for watching",
14731480
"anyOf": [

0 commit comments

Comments
 (0)