|
18 | 18 | "prefix": "app", |
19 | 19 | "architect": { |
20 | 20 | "build": { |
21 | | - "builder": "@angular-devkit/build-angular:application", |
| 21 | + "builder": "@angular/build:application", |
22 | 22 | "options": { |
23 | 23 | "outputPath": { |
24 | 24 | "base": "dist/offscale-www" |
|
71 | 71 | "defaultConfiguration": "production" |
72 | 72 | }, |
73 | 73 | "serve": { |
74 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 74 | + "builder": "@angular/build:dev-server", |
75 | 75 | "configurations": { |
76 | 76 | "production": { |
77 | 77 | "buildTarget": "offscale-www:build:production" |
|
83 | 83 | "defaultConfiguration": "development" |
84 | 84 | }, |
85 | 85 | "extract-i18n": { |
86 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 86 | + "builder": "@angular/build:extract-i18n", |
87 | 87 | "options": { |
88 | 88 | "buildTarget": "offscale-www:build" |
89 | 89 | } |
90 | 90 | }, |
91 | 91 | "test": { |
92 | | - "builder": "@angular-devkit/build-angular:karma", |
| 92 | + "builder": "@angular/build:karma", |
93 | 93 | "options": { |
94 | 94 | "main": "src/test.ts", |
95 | 95 | "polyfills": "src/polyfills.ts", |
|
111 | 111 | }, |
112 | 112 | "cli": { |
113 | 113 | "analytics": false |
| 114 | + }, |
| 115 | + "schematics": { |
| 116 | + "@schematics/angular:component": { |
| 117 | + "type": "component" |
| 118 | + }, |
| 119 | + "@schematics/angular:directive": { |
| 120 | + "type": "directive" |
| 121 | + }, |
| 122 | + "@schematics/angular:service": { |
| 123 | + "type": "service" |
| 124 | + }, |
| 125 | + "@schematics/angular:guard": { |
| 126 | + "typeSeparator": "." |
| 127 | + }, |
| 128 | + "@schematics/angular:interceptor": { |
| 129 | + "typeSeparator": "." |
| 130 | + }, |
| 131 | + "@schematics/angular:module": { |
| 132 | + "typeSeparator": "." |
| 133 | + }, |
| 134 | + "@schematics/angular:pipe": { |
| 135 | + "typeSeparator": "." |
| 136 | + }, |
| 137 | + "@schematics/angular:resolver": { |
| 138 | + "typeSeparator": "." |
| 139 | + } |
114 | 140 | } |
115 | 141 | } |
0 commit comments