|
15 | 15 | "prefix": "app", |
16 | 16 | "architect": { |
17 | 17 | "build": { |
18 | | - "builder": "@angular-devkit/build-angular:application", |
| 18 | + "builder": "@angular/build:application", |
19 | 19 | "options": { |
20 | 20 | "outputPath": "dist/timeless", |
21 | 21 | "index": "src/index.html", |
|
57 | 57 | "defaultConfiguration": "production" |
58 | 58 | }, |
59 | 59 | "serve": { |
60 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 60 | + "builder": "@angular/build:dev-server", |
61 | 61 | "configurations": { |
62 | 62 | "production": { |
63 | 63 | "buildTarget": "timeless:build:production" |
|
69 | 69 | "defaultConfiguration": "development" |
70 | 70 | }, |
71 | 71 | "extract-i18n": { |
72 | | - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 72 | + "builder": "@angular/build:extract-i18n" |
73 | 73 | }, |
74 | 74 | "test": { |
75 | | - "builder": "@angular-devkit/build-angular:karma", |
| 75 | + "builder": "@angular/build:karma", |
76 | 76 | "options": { |
77 | 77 | "polyfills": ["zone.js", "zone.js/testing"], |
78 | 78 | "tsConfig": "tsconfig.spec.json", |
|
92 | 92 | }, |
93 | 93 | "cli": { |
94 | 94 | "analytics": false |
| 95 | + }, |
| 96 | + "schematics": { |
| 97 | + "@schematics/angular:component": { |
| 98 | + "type": "component" |
| 99 | + }, |
| 100 | + "@schematics/angular:directive": { |
| 101 | + "type": "directive" |
| 102 | + }, |
| 103 | + "@schematics/angular:service": { |
| 104 | + "type": "service" |
| 105 | + }, |
| 106 | + "@schematics/angular:guard": { |
| 107 | + "typeSeparator": "." |
| 108 | + }, |
| 109 | + "@schematics/angular:interceptor": { |
| 110 | + "typeSeparator": "." |
| 111 | + }, |
| 112 | + "@schematics/angular:module": { |
| 113 | + "typeSeparator": "." |
| 114 | + }, |
| 115 | + "@schematics/angular:pipe": { |
| 116 | + "typeSeparator": "." |
| 117 | + }, |
| 118 | + "@schematics/angular:resolver": { |
| 119 | + "typeSeparator": "." |
| 120 | + } |
95 | 121 | } |
96 | 122 | } |
0 commit comments