|
18 | 18 | "$ref": "#/definitions/AllowedHostsItem"
|
19 | 19 | }
|
20 | 20 | ],
|
21 |
| - "description": "Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts" |
| 21 | + "description": "Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').", |
| 22 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverallowedhosts" |
22 | 23 | },
|
23 | 24 | "AllowedHostsItem": {
|
24 | 25 | "type": "string",
|
|
31 | 32 | },
|
32 | 33 | {
|
33 | 34 | "type": "object",
|
34 |
| - "description": "Options for bonjour, description available at https://github.com/watson/bonjour#initializing" |
| 35 | + "description": "Options for bonjour.", |
| 36 | + "link": "https://github.com/watson/bonjour#initializing" |
35 | 37 | }
|
36 | 38 | ],
|
37 |
| - "description": "Allows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour" |
| 39 | + "description": "Allows to broadcasts dev server via ZeroConf networking on start.", |
| 40 | + "link": " https://webpack.js.org/configuration/dev-server/#devserverbonjour" |
38 | 41 | },
|
39 | 42 | "Client": {
|
40 | 43 | "type": "object",
|
41 |
| - "description": "Allows to specify options for client script in the browser. https://webpack.js.org/configuration/dev-server/#devserverclient", |
| 44 | + "description": "Allows to specify options for client script in the browser.", |
| 45 | + "link": " https://webpack.js.org/configuration/dev-server/#devserverclient", |
42 | 46 | "additionalProperties": false,
|
43 | 47 | "properties": {
|
44 | 48 | "hotEntry": {
|
|
192 | 196 | },
|
193 | 197 | "Compress": {
|
194 | 198 | "type": "boolean",
|
195 |
| - "description": "Enables gzip compression for everything served. https://webpack.js.org/configuration/dev-server/#devservercompress" |
| 199 | + "description": "Enables gzip compression for everything served.", |
| 200 | + "link": "https://webpack.js.org/configuration/dev-server/#devservercompress" |
196 | 201 | },
|
197 | 202 | "DevMiddleware": {
|
198 |
| - "description": "Provide options to 'webpack-dev-middleware' which handles webpack assets. https://webpack.js.org/configuration/dev-server/#devserverdevmiddleware", |
| 203 | + "description": "Provide options to 'webpack-dev-middleware' which handles webpack assets.", |
| 204 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverdevmiddleware", |
199 | 205 | "type": "object",
|
200 | 206 | "additionalProperties": true
|
201 | 207 | },
|
202 | 208 | "HTTP2": {
|
203 | 209 | "type": "boolean",
|
204 |
| - "description": "Allows to serve over HTTP/2 using SPDY. https://webpack.js.org/configuration/dev-server/#devserverhttp2" |
| 210 | + "description": "Allows to serve over HTTP/2 using SPDY.", |
| 211 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverhttp2" |
205 | 212 | },
|
206 | 213 | "HTTPS": {
|
207 | 214 | "anyOf": [
|
|
267 | 274 | }
|
268 | 275 | }
|
269 | 276 | ],
|
270 |
| - "description": "Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). https://webpack.js.org/configuration/dev-server/#devserverhttps" |
| 277 | + "description": "Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).", |
| 278 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverhttps" |
271 | 279 | },
|
272 | 280 | "Headers": {
|
273 | 281 | "anyOf": [
|
|
278 | 286 | "instanceof": "Function"
|
279 | 287 | }
|
280 | 288 | ],
|
281 |
| - "description": "Allows to set custom headers on response. https://webpack.js.org/configuration/dev-server/#devserverheaders" |
| 289 | + "description": "Allows to set custom headers on response.", |
| 290 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverheaders" |
282 | 291 | },
|
283 | 292 | "HistoryApiFallback": {
|
284 | 293 | "anyOf": [
|
|
287 | 296 | },
|
288 | 297 | {
|
289 | 298 | "type": "object",
|
290 |
| - "description": "Options for `historyApiFallback`, description available at https://github.com/bripkens/connect-history-api-fallback#options" |
| 299 | + "description": "Options for `historyApiFallback`.", |
| 300 | + "link": "https://github.com/bripkens/connect-history-api-fallback#options" |
291 | 301 | }
|
292 | 302 | ],
|
293 |
| - "description": "Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single Page Applications that utilise the HTML5 History API. https://webpack.js.org/configuration/dev-server/#devserverhistoryapifallback" |
| 303 | + "description": "Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single Page Applications that utilise the HTML5 History API.", |
| 304 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverhistoryapifallback" |
294 | 305 | },
|
295 | 306 | "Host": {
|
296 | 307 | "type": "string",
|
297 | 308 | "minLength": 1,
|
298 |
| - "description": "Allows to specify a hostname to use. https://webpack.js.org/configuration/dev-server/#devserverhost" |
| 309 | + "description": "Allows to specify a hostname to use.", |
| 310 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverhost" |
299 | 311 | },
|
300 | 312 | "Hot": {
|
301 | 313 | "anyOf": [
|
|
306 | 318 | "enum": ["only"]
|
307 | 319 | }
|
308 | 320 | ],
|
309 |
| - "description": "Enables Hot Module Replacement. https://webpack.js.org/configuration/dev-server/#devserverhot" |
| 321 | + "description": "Enables Hot Module Replacement.", |
| 322 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverhot" |
310 | 323 | },
|
311 | 324 | "IPC": {
|
312 | 325 | "anyOf": [
|
|
319 | 332 | "enum": [true]
|
320 | 333 | }
|
321 | 334 | ],
|
322 |
| - "description": "Listen to a unix socket. https://webpack.js.org/configuration/dev-server/#devserveripc" |
| 335 | + "description": "Listen to a unix socket.", |
| 336 | + "link": "https://webpack.js.org/configuration/dev-server/#devserveripc" |
323 | 337 | },
|
324 | 338 | "LiveReload": {
|
325 | 339 | "type": "boolean",
|
326 |
| - "description": "Enables reload/refresh the page(s) when file changes are detected (enabled by default). https://webpack.js.org/configuration/dev-server/#devserverlivereload" |
| 340 | + "description": "Enables reload/refresh the page(s) when file changes are detected (enabled by default).", |
| 341 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverlivereload" |
327 | 342 | },
|
328 | 343 | "OnAfterSetupMiddleware": {
|
329 | 344 | "instanceof": "Function",
|
330 |
| - "description": "Provides the ability to execute a custom function and apply custom middleware(s) after all other middlewares. https://webpack.js.org/configuration/dev-server/#devserveronaftersetupmiddleware" |
| 345 | + "description": "Provides the ability to execute a custom function and apply custom middleware(s) after all other middlewares.", |
| 346 | + "link": "https://webpack.js.org/configuration/dev-server/#devserveronaftersetupmiddleware" |
331 | 347 | },
|
332 | 348 | "OnBeforeSetupMiddleware": {
|
333 | 349 | "instanceof": "Function",
|
334 |
| - "description": "Provides the ability to execute a custom function and apply custom middleware(s) prior to all other middlewares. https://webpack.js.org/configuration/dev-server/#devserveronbeforesetupmiddleware" |
| 350 | + "description": "Provides the ability to execute a custom function and apply custom middleware(s) prior to all other middlewares.", |
| 351 | + "link": "https://webpack.js.org/configuration/dev-server/#devserveronbeforesetupmiddleware" |
335 | 352 | },
|
336 | 353 | "OnListening": {
|
337 | 354 | "instanceof": "Function",
|
338 |
| - "description": "Provides the ability to execute a custom function when dev server starts listening. https://webpack.js.org/configuration/dev-server/#devserveronlistening" |
| 355 | + "description": "Provides the ability to execute a custom function when dev server starts listening.", |
| 356 | + "link": "https://webpack.js.org/configuration/dev-server/#devserveronlistening" |
339 | 357 | },
|
340 | 358 | "Open": {
|
341 | 359 | "anyOf": [
|
|
362 | 380 | "$ref": "#/definitions/OpenObject"
|
363 | 381 | }
|
364 | 382 | ],
|
365 |
| - "description": "Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser). https://webpack.js.org/configuration/dev-server/#devserveropen" |
| 383 | + "description": "Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser).", |
| 384 | + "link": "https://webpack.js.org/configuration/dev-server/#devserveropen" |
366 | 385 | },
|
367 | 386 | "OpenBoolean": {
|
368 | 387 | "type": "boolean"
|
|
441 | 460 | "enum": ["auto"]
|
442 | 461 | }
|
443 | 462 | ],
|
444 |
| - "description": "Allows to specify a port to use. https://webpack.js.org/configuration/dev-server/#devserverport" |
| 463 | + "description": "Allows to specify a port to use.", |
| 464 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverport" |
445 | 465 | },
|
446 | 466 | "Proxy": {
|
447 | 467 | "anyOf": [
|
|
462 | 482 | }
|
463 | 483 | }
|
464 | 484 | ],
|
465 |
| - "description": "Allows to proxy requests, can be useful when you have a separate API backend development server and you want to send API requests on the same domain. https://webpack.js.org/configuration/dev-server/#devserverproxy" |
| 485 | + "description": "Allows to proxy requests, can be useful when you have a separate API backend development server and you want to send API requests on the same domain.", |
| 486 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverproxy" |
466 | 487 | },
|
467 | 488 | "SetupExitSignals": {
|
468 | 489 | "type": "boolean",
|
469 |
| - "description": "Allows to close dev server and exit the process on SIGINT and SIGTERM signals (enabled by default for CLI). https://webpack.js.org/configuration/dev-server/#devserversetupexitsignals", |
| 490 | + "description": "Allows to close dev server and exit the process on SIGINT and SIGTERM signals (enabled by default for CLI).", |
| 491 | + "link": "https://webpack.js.org/configuration/dev-server/#devserversetupexitsignals", |
470 | 492 | "cli": {
|
471 | 493 | "exclude": true
|
472 | 494 | }
|
|
496 | 518 | "$ref": "#/definitions/StaticObject"
|
497 | 519 | }
|
498 | 520 | ],
|
499 |
| - "description": "Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic" |
| 521 | + "description": "Allows to configure options for serving static files from directory (by default 'public' directory).", |
| 522 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverstatic" |
500 | 523 | },
|
501 | 524 | "StaticObject": {
|
502 | 525 | "type": "object",
|
|
545 | 568 | },
|
546 | 569 | {
|
547 | 570 | "type": "object",
|
548 |
| - "description": "Options for watch, description available at https://github.com/paulmillr/chokidar#api" |
| 571 | + "description": "Options for watch.", |
| 572 | + "link": "https://github.com/paulmillr/chokidar#api" |
549 | 573 | }
|
550 | 574 | ],
|
551 | 575 | "description": "Watches for files in static content directory."
|
|
578 | 602 | "$ref": "#/definitions/WatchFilesObject"
|
579 | 603 | }
|
580 | 604 | ],
|
581 |
| - "description": "Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles" |
| 605 | + "description": "Allows to configure list of globs/directories/files to watch for file changes.", |
| 606 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverwatchfiles" |
582 | 607 | },
|
583 | 608 | "WatchFilesObject": {
|
584 | 609 | "cli": {
|
|
627 | 652 | "$ref": "#/definitions/WebSocketServerObject"
|
628 | 653 | }
|
629 | 654 | ],
|
630 |
| - "description": "Allows to set web socket server and options (by default 'ws'). https://webpack.js.org/configuration/dev-server/#devserverwebsocketserver" |
| 655 | + "description": "Allows to set web socket server and options (by default 'ws').", |
| 656 | + "link": "https://webpack.js.org/configuration/dev-server/#devserverwebsocketserver" |
631 | 657 | },
|
632 | 658 | "WebSocketServerEnum": {
|
633 | 659 | "enum": ["sockjs", "ws"]
|
|
0 commit comments