|
361 | 361 | "@angular-devkit/build-angular:dev-server",
|
362 | 362 | "@angular-devkit/build-angular:extract-i18n",
|
363 | 363 | "@angular-devkit/build-angular:karma",
|
| 364 | + "@angular-devkit/build-angular:ng-packagr", |
| 365 | + "@angular-devkit/build-angular:prerender", |
364 | 366 | "@angular-devkit/build-angular:jest",
|
365 | 367 | "@angular-devkit/build-angular:protractor",
|
366 | 368 | "@angular-devkit/build-angular:server",
|
367 |
| - "@angular-devkit/build-angular:ng-packagr" |
| 369 | + "@angular-devkit/build-angular:ssr-dev-server" |
368 | 370 | ]
|
369 | 371 | }
|
370 | 372 | },
|
|
584 | 586 | }
|
585 | 587 | }
|
586 | 588 | },
|
| 589 | + { |
| 590 | + "type": "object", |
| 591 | + "additionalProperties": false, |
| 592 | + "properties": { |
| 593 | + "builder": { |
| 594 | + "const": "@angular-devkit/build-angular:prerender" |
| 595 | + }, |
| 596 | + "defaultConfiguration": { |
| 597 | + "type": "string", |
| 598 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 599 | + }, |
| 600 | + "options": { |
| 601 | + "$ref": "../../../../angular_devkit/build_angular/src/builders/prerender/schema.json" |
| 602 | + }, |
| 603 | + "configurations": { |
| 604 | + "type": "object", |
| 605 | + "additionalProperties": { |
| 606 | + "$ref": "../../../../angular_devkit/build_angular/src/builders/prerender/schema.json" |
| 607 | + } |
| 608 | + } |
| 609 | + } |
| 610 | + }, |
| 611 | + { |
| 612 | + "type": "object", |
| 613 | + "additionalProperties": false, |
| 614 | + "properties": { |
| 615 | + "builder": { |
| 616 | + "const": "@angular-devkit/build-angular:ssr-dev-server" |
| 617 | + }, |
| 618 | + "defaultConfiguration": { |
| 619 | + "type": "string", |
| 620 | + "description": "A default named configuration to use when a target configuration is not provided." |
| 621 | + }, |
| 622 | + "options": { |
| 623 | + "$ref": "../../../../angular_devkit/build_angular/src/builders/ssr-dev-server/schema.json" |
| 624 | + }, |
| 625 | + "configurations": { |
| 626 | + "type": "object", |
| 627 | + "additionalProperties": { |
| 628 | + "$ref": "../../../../angular_devkit/build_angular/src/builders/ssr-dev-server/schema.json" |
| 629 | + } |
| 630 | + } |
| 631 | + } |
| 632 | + }, |
587 | 633 | {
|
588 | 634 | "type": "object",
|
589 | 635 | "additionalProperties": false,
|
|
0 commit comments