|
10 | 10 | "prefix": "ax",
|
11 | 11 | "architect": {
|
12 | 12 | "build": {
|
13 |
| - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 13 | + "builder": "@angular/build:ng-packagr", |
14 | 14 | "options": {
|
15 | 15 | "project": "projects/resource/ng-package.json"
|
16 | 16 | },
|
|
52 | 52 | "prefix": "showcase",
|
53 | 53 | "architect": {
|
54 | 54 | "build": {
|
55 |
| - "builder": "@angular-devkit/build-angular:application", |
| 55 | + "builder": "@angular/build:application", |
56 | 56 | "options": {
|
57 | 57 | "outputPath": "dist/showcase",
|
58 | 58 | "index": "projects/showcase/src/index.html",
|
|
107 | 107 | "defaultConfiguration": "production"
|
108 | 108 | },
|
109 | 109 | "serve": {
|
110 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 110 | + "builder": "@angular/build:dev-server", |
111 | 111 | "configurations": {
|
112 | 112 | "production": {
|
113 | 113 | "buildTarget": "showcase:build:production"
|
|
119 | 119 | "defaultConfiguration": "development"
|
120 | 120 | },
|
121 | 121 | "extract-i18n": {
|
122 |
| - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 122 | + "builder": "@angular/build:extract-i18n" |
123 | 123 | },
|
124 | 124 | "lint": {
|
125 | 125 | "builder": "@angular-eslint/builder:lint",
|
|
136 | 136 | },
|
137 | 137 | "cli": {
|
138 | 138 | "analytics": false
|
| 139 | + }, |
| 140 | + "schematics": { |
| 141 | + "@schematics/angular:component": { |
| 142 | + "type": "component" |
| 143 | + }, |
| 144 | + "@schematics/angular:directive": { |
| 145 | + "type": "directive" |
| 146 | + }, |
| 147 | + "@schematics/angular:service": { |
| 148 | + "type": "service" |
| 149 | + }, |
| 150 | + "@schematics/angular:guard": { |
| 151 | + "typeSeparator": "." |
| 152 | + }, |
| 153 | + "@schematics/angular:interceptor": { |
| 154 | + "typeSeparator": "." |
| 155 | + }, |
| 156 | + "@schematics/angular:module": { |
| 157 | + "typeSeparator": "." |
| 158 | + }, |
| 159 | + "@schematics/angular:pipe": { |
| 160 | + "typeSeparator": "." |
| 161 | + }, |
| 162 | + "@schematics/angular:resolver": { |
| 163 | + "typeSeparator": "." |
| 164 | + } |
139 | 165 | }
|
140 | 166 | }
|
0 commit comments