|
11 | 11 | "prefix": "app",
|
12 | 12 | "architect": {
|
13 | 13 | "build": {
|
14 |
| - "builder": "@angular-devkit/build-angular:application", |
| 14 | + "builder": "@angular/build:application", |
15 | 15 | "options": {
|
16 | 16 | "outputPath": "dist/angular-compiler-output",
|
17 | 17 | "index": "src/index.html",
|
|
42 | 42 | "defaultConfiguration": "production"
|
43 | 43 | },
|
44 | 44 | "serve": {
|
45 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 45 | + "builder": "@angular/build:dev-server", |
46 | 46 | "configurations": {
|
47 | 47 | "production": {
|
48 | 48 | "buildTarget": "angular-compiler-output:build:production"
|
|
54 | 54 | "defaultConfiguration": "development"
|
55 | 55 | },
|
56 | 56 | "extract-i18n": {
|
57 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 57 | + "builder": "@angular/build:extract-i18n", |
58 | 58 | "options": {
|
59 | 59 | "buildTarget": "angular-compiler-output:build"
|
60 | 60 | }
|
61 | 61 | },
|
62 | 62 | "test": {
|
63 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 63 | + "builder": "@angular/build:karma", |
64 | 64 | "options": {
|
65 | 65 | "polyfills": [
|
66 | 66 | "zone.js",
|
|
85 | 85 | },
|
86 | 86 | "cli": {
|
87 | 87 | "analytics": "6a505997-9ce1-42b3-9d81-62a5be67a151"
|
| 88 | + }, |
| 89 | + "schematics": { |
| 90 | + "@schematics/angular:component": { |
| 91 | + "type": "component" |
| 92 | + }, |
| 93 | + "@schematics/angular:directive": { |
| 94 | + "type": "directive" |
| 95 | + }, |
| 96 | + "@schematics/angular:service": { |
| 97 | + "type": "service" |
| 98 | + }, |
| 99 | + "@schematics/angular:guard": { |
| 100 | + "typeSeparator": "." |
| 101 | + }, |
| 102 | + "@schematics/angular:interceptor": { |
| 103 | + "typeSeparator": "." |
| 104 | + }, |
| 105 | + "@schematics/angular:module": { |
| 106 | + "typeSeparator": "." |
| 107 | + }, |
| 108 | + "@schematics/angular:pipe": { |
| 109 | + "typeSeparator": "." |
| 110 | + }, |
| 111 | + "@schematics/angular:resolver": { |
| 112 | + "typeSeparator": "." |
| 113 | + } |
88 | 114 | }
|
89 | 115 | }
|
0 commit comments