|
496 | 496 | ]
|
497 | 497 | }
|
498 | 498 | },
|
| 499 | + "defaultConfiguration": { |
| 500 | + "type": "string", |
| 501 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 502 | + }, |
499 | 503 | "options": {
|
500 | 504 | "type": "object"
|
501 | 505 | },
|
|
516 | 520 | "properties": {
|
517 | 521 | "builder": { "const": "@angular-devkit/build-angular:app-shell" },
|
518 | 522 | "options": { "$ref": "#/definitions/targetOptions/definitions/appShell" },
|
| 523 | + "defaultConfiguration": { |
| 524 | + "type": "string", |
| 525 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 526 | + }, |
519 | 527 | "configurations": {
|
520 | 528 | "type": "object",
|
521 | 529 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/appShell" }
|
|
527 | 535 | "properties": {
|
528 | 536 | "builder": { "const": "@angular-devkit/build-angular:browser" },
|
529 | 537 | "options": { "$ref": "#/definitions/targetOptions/definitions/browser" },
|
| 538 | + "defaultConfiguration": { |
| 539 | + "type": "string", |
| 540 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 541 | + }, |
530 | 542 | "configurations": {
|
531 | 543 | "type": "object",
|
532 | 544 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/browser" }
|
|
538 | 550 | "properties": {
|
539 | 551 | "builder": { "const": "@angular-devkit/build-angular:dev-server" },
|
540 | 552 | "options": { "$ref": "#/definitions/targetOptions/definitions/devServer" },
|
| 553 | + "defaultConfiguration": { |
| 554 | + "type": "string", |
| 555 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 556 | + }, |
541 | 557 | "configurations": {
|
542 | 558 | "type": "object",
|
543 | 559 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/devServer" }
|
|
549 | 565 | "properties": {
|
550 | 566 | "builder": { "const": "@angular-devkit/build-angular:extract-i18n" },
|
551 | 567 | "options": { "$ref": "#/definitions/targetOptions/definitions/extracti18n" },
|
| 568 | + "defaultConfiguration": { |
| 569 | + "type": "string", |
| 570 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 571 | + }, |
552 | 572 | "configurations": {
|
553 | 573 | "type": "object",
|
554 | 574 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/extracti18n" }
|
|
560 | 580 | "properties": {
|
561 | 581 | "builder": { "const": "@angular-devkit/build-angular:karma" },
|
562 | 582 | "options": { "$ref": "#/definitions/targetOptions/definitions/karma" },
|
| 583 | + "defaultConfiguration": { |
| 584 | + "type": "string", |
| 585 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 586 | + }, |
563 | 587 | "configurations": {
|
564 | 588 | "type": "object",
|
565 | 589 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/karma" }
|
|
571 | 595 | "properties": {
|
572 | 596 | "builder": { "const": "@angular-devkit/build-angular:protractor" },
|
573 | 597 | "options": { "$ref": "#/definitions/targetOptions/definitions/protractor" },
|
| 598 | + "defaultConfiguration": { |
| 599 | + "type": "string", |
| 600 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 601 | + }, |
574 | 602 | "configurations": {
|
575 | 603 | "type": "object",
|
576 | 604 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/protractor" }
|
|
582 | 610 | "properties": {
|
583 | 611 | "builder": { "const": "@angular-devkit/build-angular:server" },
|
584 | 612 | "options": { "$ref": "#/definitions/targetOptions/definitions/server" },
|
| 613 | + "defaultConfiguration": { |
| 614 | + "type": "string", |
| 615 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 616 | + }, |
585 | 617 | "configurations": {
|
586 | 618 | "type": "object",
|
587 | 619 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/server" }
|
|
593 | 625 | "properties": {
|
594 | 626 | "builder": { "const": "@angular-devkit/build-angular:tslint" },
|
595 | 627 | "options": { "$ref": "#/definitions/targetOptions/definitions/tslint" },
|
| 628 | + "defaultConfiguration": { |
| 629 | + "type": "string", |
| 630 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 631 | + }, |
596 | 632 | "configurations": {
|
597 | 633 | "type": "object",
|
598 | 634 | "additionalProperties": { "$ref": "#/definitions/targetOptions/definitions/tslint" }
|
|
0 commit comments