|
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/ngx-gist",
|
21 | 21 | "index": "src/index.html",
|
|
61 | 61 | "defaultConfiguration": "production"
|
62 | 62 | },
|
63 | 63 | "serve": {
|
64 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 64 | + "builder": "@angular/build:dev-server", |
65 | 65 | "configurations": {
|
66 | 66 | "production": {
|
67 | 67 | "buildTarget": "ngx-gist:build:production"
|
|
73 | 73 | "defaultConfiguration": "development"
|
74 | 74 | },
|
75 | 75 | "extract-i18n": {
|
76 |
| - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 76 | + "builder": "@angular/build:extract-i18n" |
77 | 77 | },
|
78 | 78 | "test": {
|
79 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 79 | + "builder": "@angular/build:karma", |
80 | 80 | "options": {
|
81 | 81 | "polyfills": [
|
82 | 82 | "zone.js",
|
|
112 | 112 | "schematicCollections": [
|
113 | 113 | "@angular-eslint/schematics"
|
114 | 114 | ]
|
| 115 | + }, |
| 116 | + "schematics": { |
| 117 | + "@schematics/angular:component": { |
| 118 | + "type": "component" |
| 119 | + }, |
| 120 | + "@schematics/angular:directive": { |
| 121 | + "type": "directive" |
| 122 | + }, |
| 123 | + "@schematics/angular:service": { |
| 124 | + "type": "service" |
| 125 | + }, |
| 126 | + "@schematics/angular:guard": { |
| 127 | + "typeSeparator": "." |
| 128 | + }, |
| 129 | + "@schematics/angular:interceptor": { |
| 130 | + "typeSeparator": "." |
| 131 | + }, |
| 132 | + "@schematics/angular:module": { |
| 133 | + "typeSeparator": "." |
| 134 | + }, |
| 135 | + "@schematics/angular:pipe": { |
| 136 | + "typeSeparator": "." |
| 137 | + }, |
| 138 | + "@schematics/angular:resolver": { |
| 139 | + "typeSeparator": "." |
| 140 | + } |
115 | 141 | }
|
116 | 142 | }
|
0 commit comments