|
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/dev-tool-box", |
21 | 21 | "index": "src/index.html", |
|
44 | 44 | "budgets": [ |
45 | 45 | { |
46 | 46 | "type": "initial", |
47 | | - "maximumWarning": "500kb", |
48 | | - "maximumError": "1mb" |
| 47 | + "maximumWarning": "1mb", |
| 48 | + "maximumError": "2mb" |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "type": "anyComponentStyle", |
|
64 | 64 | "defaultConfiguration": "production" |
65 | 65 | }, |
66 | 66 | "serve": { |
67 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 67 | + "builder": "@angular/build:dev-server", |
68 | 68 | "configurations": { |
69 | 69 | "production": { |
70 | 70 | "buildTarget": "DevToolBox:build:production" |
|
76 | 76 | "defaultConfiguration": "development" |
77 | 77 | }, |
78 | 78 | "extract-i18n": { |
79 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 79 | + "builder": "@angular/build:extract-i18n", |
80 | 80 | "options": { |
81 | 81 | "buildTarget": "DevToolBox:build" |
82 | 82 | } |
83 | 83 | }, |
84 | 84 | "test": { |
85 | | - "builder": "@angular-devkit/build-angular:karma", |
| 85 | + "builder": "@angular/build:karma", |
86 | 86 | "options": { |
87 | 87 | "polyfills": [ |
88 | 88 | "zone.js", |
|
151 | 151 | "@schematics/angular", |
152 | 152 | "@angular-eslint/schematics", |
153 | 153 | "@cypress/schematic" |
154 | | - ] |
| 154 | + ], |
| 155 | + "analytics": false |
| 156 | + }, |
| 157 | + "schematics": { |
| 158 | + "@schematics/angular:component": { |
| 159 | + "type": "component" |
| 160 | + }, |
| 161 | + "@schematics/angular:directive": { |
| 162 | + "type": "directive" |
| 163 | + }, |
| 164 | + "@schematics/angular:service": { |
| 165 | + "type": "service" |
| 166 | + }, |
| 167 | + "@schematics/angular:guard": { |
| 168 | + "typeSeparator": "." |
| 169 | + }, |
| 170 | + "@schematics/angular:interceptor": { |
| 171 | + "typeSeparator": "." |
| 172 | + }, |
| 173 | + "@schematics/angular:module": { |
| 174 | + "typeSeparator": "." |
| 175 | + }, |
| 176 | + "@schematics/angular:pipe": { |
| 177 | + "typeSeparator": "." |
| 178 | + }, |
| 179 | + "@schematics/angular:resolver": { |
| 180 | + "typeSeparator": "." |
| 181 | + } |
155 | 182 | } |
156 | 183 | } |
0 commit comments