|
10 | 10 | "prefix": "intl", |
11 | 11 | "architect": { |
12 | 12 | "build": { |
13 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 13 | + "builder": "@angular/build:ng-packagr", |
14 | 14 | "options": { |
15 | 15 | "project": "projects/angular-ecmascript-intl/ng-package.json" |
16 | 16 | }, |
|
25 | 25 | "defaultConfiguration": "production" |
26 | 26 | }, |
27 | 27 | "test": { |
28 | | - "builder": "@angular-devkit/build-angular:karma", |
| 28 | + "builder": "@angular/build:karma", |
29 | 29 | "options": { |
30 | 30 | "tsConfig": "projects/angular-ecmascript-intl/tsconfig.spec.json", |
31 | 31 | "polyfills": ["zone.js", "zone.js/testing"], |
|
46 | 46 | "prefix": "app", |
47 | 47 | "architect": { |
48 | 48 | "build": { |
49 | | - "builder": "@angular-devkit/build-angular:application", |
| 49 | + "builder": "@angular/build:application", |
50 | 50 | "options": { |
51 | 51 | "outputPath": "dist/angular-intl-demo", |
52 | 52 | "index": "projects/angular-intl-demo/src/index.html", |
|
98 | 98 | "defaultConfiguration": "production" |
99 | 99 | }, |
100 | 100 | "serve": { |
101 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 101 | + "builder": "@angular/build:dev-server", |
102 | 102 | "configurations": { |
103 | 103 | "production": { |
104 | 104 | "buildTarget": "angular-intl-demo:build:production" |
|
110 | 110 | "defaultConfiguration": "development" |
111 | 111 | }, |
112 | 112 | "extract-i18n": { |
113 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 113 | + "builder": "@angular/build:extract-i18n", |
114 | 114 | "options": { |
115 | 115 | "buildTarget": "angular-intl-demo:build" |
116 | 116 | } |
|
0 commit comments