|
28 | 28 | "Bonjour": { |
29 | 29 | "anyOf": [ |
30 | 30 | { |
31 | | - "type": "boolean" |
| 31 | + "type": "boolean", |
| 32 | + "cli": { |
| 33 | + "negatedDescription": "Disallows to broadcasts dev server via ZeroConf networking on start." |
| 34 | + } |
32 | 35 | }, |
33 | 36 | { |
34 | 37 | "type": "object", |
|
37 | 40 | } |
38 | 41 | ], |
39 | 42 | "description": "Allows to broadcasts dev server via ZeroConf networking on start.", |
40 | | - "link": " https://webpack.js.org/configuration/dev-server/#devserverbonjour", |
41 | | - "cli": { |
42 | | - "negatedDescription": "Disallows to broadcasts dev server via ZeroConf networking on start." |
43 | | - } |
| 43 | + "link": " https://webpack.js.org/configuration/dev-server/#devserverbonjour" |
44 | 44 | }, |
45 | 45 | "Client": { |
46 | 46 | "description": "Allows to specify options for client script in the browser or disable client script.", |
|
122 | 122 | "link": "https://webpack.js.org/configuration/dev-server/#reconnect", |
123 | 123 | "anyOf": [ |
124 | 124 | { |
125 | | - "type": "boolean" |
| 125 | + "type": "boolean", |
| 126 | + "cli": { |
| 127 | + "negatedDescription": "Tells dev-server to not to try to reconnect the client." |
| 128 | + } |
126 | 129 | }, |
127 | 130 | { |
128 | 131 | "type": "number", |
129 | 132 | "minimum": 0 |
130 | 133 | } |
131 | | - ], |
132 | | - "cli": { |
133 | | - "negatedDescription": "Tells dev-server to not to try to reconnect the client." |
134 | | - } |
| 134 | + ] |
135 | 135 | }, |
136 | 136 | "ClientWebSocketTransport": { |
137 | 137 | "anyOf": [ |
|
481 | 481 | "Hot": { |
482 | 482 | "anyOf": [ |
483 | 483 | { |
484 | | - "type": "boolean" |
| 484 | + "type": "boolean", |
| 485 | + "cli": { |
| 486 | + "negatedDescription": "Disables Hot Module Replacement." |
| 487 | + } |
485 | 488 | }, |
486 | 489 | { |
487 | 490 | "enum": ["only"] |
488 | 491 | } |
489 | 492 | ], |
490 | 493 | "description": "Enables Hot Module Replacement.", |
491 | | - "link": "https://webpack.js.org/configuration/dev-server/#devserverhot", |
492 | | - "cli": { |
493 | | - "negatedDescription": "Disables Hot Module Replacement." |
494 | | - } |
| 494 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverhot" |
495 | 495 | }, |
496 | 496 | "IPC": { |
497 | 497 | "anyOf": [ |
|
968 | 968 | "serveIndex": { |
969 | 969 | "anyOf": [ |
970 | 970 | { |
971 | | - "type": "boolean" |
| 971 | + "type": "boolean", |
| 972 | + "cli": { |
| 973 | + "negatedDescription": "Does not tell dev server to use serveIndex middleware." |
| 974 | + } |
972 | 975 | }, |
973 | 976 | { |
974 | 977 | "type": "object", |
975 | 978 | "additionalProperties": true |
976 | 979 | } |
977 | 980 | ], |
978 | 981 | "description": "Tells dev server to use serveIndex middleware when enabled.", |
979 | | - "cli": { |
980 | | - "negatedDescription": "Does not tell dev server to use serveIndex middleware." |
981 | | - }, |
982 | 982 | "link": "https://webpack.js.org/configuration/dev-server/#serveindex" |
983 | 983 | }, |
984 | 984 | "watch": { |
985 | 985 | "anyOf": [ |
986 | 986 | { |
987 | | - "type": "boolean" |
| 987 | + "type": "boolean", |
| 988 | + "cli": { |
| 989 | + "negatedDescription": "Does not watch for files in static content directory." |
| 990 | + } |
988 | 991 | }, |
989 | 992 | { |
990 | 993 | "type": "object", |
|
993 | 996 | } |
994 | 997 | ], |
995 | 998 | "description": "Watches for files in static content directory.", |
996 | | - "cli": { |
997 | | - "negatedDescription": "Does not watch for files in static content directory." |
998 | | - }, |
999 | 999 | "link": "https://webpack.js.org/configuration/dev-server/#watch" |
1000 | 1000 | } |
1001 | 1001 | } |
|
0 commit comments