1 parent 73e34a7 commit a71284eCopy full SHA for a71284e
1 file changed
schemas/webpackOptionsSchema.json
@@ -1468,6 +1468,13 @@
1468
"description": "Delay the rebuilt after the first change. Value is a time in ms.",
1469
"type": "number"
1470
},
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
1478
"poll": {
1479
"description": "Enable polling mode for watching",
1480
"anyOf": [
0 commit comments