|
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 | | - "outputPath": "dist/ngx-annotate-text-workspace", |
17 | | - "index": "src/index.html", |
18 | 16 | "browser": "src/main.ts", |
19 | 17 | "polyfills": ["zone.js"], |
20 | 18 | "tsConfig": "tsconfig.app.json", |
|
24 | 22 | "input": "public" |
25 | 23 | } |
26 | 24 | ], |
27 | | - "styles": ["src/styles.css"], |
28 | | - "scripts": [] |
| 25 | + "styles": ["src/styles.css"] |
29 | 26 | }, |
30 | 27 | "configurations": { |
31 | 28 | "production": { |
|
52 | 49 | "defaultConfiguration": "production" |
53 | 50 | }, |
54 | 51 | "serve": { |
55 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 52 | + "builder": "@angular/build:dev-server", |
56 | 53 | "configurations": { |
57 | 54 | "production": { |
58 | 55 | "buildTarget": "ngx-annotate-text-workspace:build:production" |
|
64 | 61 | "defaultConfiguration": "development" |
65 | 62 | }, |
66 | 63 | "extract-i18n": { |
67 | | - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 64 | + "builder": "@angular/build:extract-i18n" |
68 | 65 | }, |
69 | 66 | "test": { |
70 | | - "builder": "@angular-devkit/build-angular:karma", |
| 67 | + "builder": "@angular/build:karma", |
71 | 68 | "options": { |
72 | 69 | "polyfills": ["zone.js", "zone.js/testing"], |
73 | 70 | "tsConfig": "tsconfig.spec.json", |
|
77 | 74 | "input": "public" |
78 | 75 | } |
79 | 76 | ], |
80 | | - "styles": ["src/styles.css"], |
81 | | - "scripts": [] |
| 77 | + "styles": ["src/styles.css"] |
82 | 78 | } |
83 | 79 | }, |
84 | 80 | "lint": { |
|
96 | 92 | "prefix": "lib", |
97 | 93 | "architect": { |
98 | 94 | "build": { |
99 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
100 | | - "options": { |
101 | | - "project": "projects/ngx-annotate-text/ng-package.json" |
102 | | - }, |
| 95 | + "builder": "@angular/build:ng-packagr", |
103 | 96 | "configurations": { |
104 | 97 | "production": { |
105 | 98 | "tsConfig": "projects/ngx-annotate-text/tsconfig.lib.prod.json" |
|
111 | 104 | "defaultConfiguration": "production" |
112 | 105 | }, |
113 | 106 | "test": { |
114 | | - "builder": "@angular-devkit/build-angular:karma", |
| 107 | + "builder": "@angular/build:karma", |
115 | 108 | "options": { |
116 | 109 | "tsConfig": "projects/ngx-annotate-text/tsconfig.spec.json", |
117 | 110 | "polyfills": ["zone.js", "zone.js/testing"] |
|
0 commit comments