|
24 | 24 | "test": { |
25 | 25 | "builder": "@angular-devkit/build-angular:karma", |
26 | 26 | "options": { |
27 | | - "main": "projects/auth0-angular/src/test.ts", |
28 | 27 | "tsConfig": "projects/auth0-angular/tsconfig.spec.json", |
29 | 28 | "karmaConfig": "projects/auth0-angular/karma.conf.js" |
30 | 29 | } |
|
48 | 47 | "prefix": "app", |
49 | 48 | "architect": { |
50 | 49 | "build": { |
51 | | - "builder": "@angular-devkit/build-angular:browser", |
| 50 | + "builder": "@angular-devkit/build-angular:application", |
52 | 51 | "options": { |
53 | | - "outputPath": "dist/playground", |
| 52 | + "outputPath": { |
| 53 | + "base": "dist/playground" |
| 54 | + }, |
54 | 55 | "index": "projects/playground/src/index.html", |
55 | | - "main": "projects/playground/src/main.ts", |
56 | | - "polyfills": "projects/playground/src/polyfills.ts", |
| 56 | + "polyfills": ["projects/playground/src/polyfills.ts"], |
57 | 57 | "tsConfig": "projects/playground/tsconfig.app.json", |
58 | 58 | "assets": [ |
59 | 59 | "projects/playground/src/favicon.ico", |
|
66 | 66 | ], |
67 | 67 | "styles": ["projects/playground/src/styles.css"], |
68 | 68 | "scripts": [], |
69 | | - "vendorChunk": true, |
70 | 69 | "extractLicenses": false, |
71 | | - "buildOptimizer": false, |
72 | 70 | "sourceMap": true, |
73 | 71 | "optimization": false, |
74 | | - "namedChunks": true |
| 72 | + "namedChunks": true, |
| 73 | + "browser": "projects/playground/src/main.ts" |
75 | 74 | }, |
76 | 75 | "configurations": { |
77 | 76 | "local": { |
|
97 | 96 | "sourceMap": false, |
98 | 97 | "namedChunks": false, |
99 | 98 | "extractLicenses": true, |
100 | | - "vendorChunk": false, |
101 | | - "buildOptimizer": true, |
102 | 99 | "budgets": [ |
103 | 100 | { |
104 | 101 | "type": "initial", |
|
117 | 114 | "serve": { |
118 | 115 | "builder": "@angular-devkit/build-angular:dev-server", |
119 | 116 | "options": { |
120 | | - "browserTarget": "playground:build", |
121 | | - "host": "0.0.0.0" |
| 117 | + "host": "0.0.0.0", |
| 118 | + "buildTarget": "playground:build" |
122 | 119 | }, |
123 | 120 | "configurations": { |
124 | 121 | "production": { |
125 | | - "browserTarget": "playground:build" |
| 122 | + "buildTarget": "playground:build" |
126 | 123 | }, |
127 | 124 | "local": { |
128 | | - "browserTarget": "playground:build:local", |
129 | | - "proxyConfig": "projects/playground/src/proxy.conf.json" |
| 125 | + "proxyConfig": "projects/playground/src/proxy.conf.json", |
| 126 | + "buildTarget": "playground:build:local" |
130 | 127 | } |
131 | 128 | } |
132 | 129 | }, |
133 | 130 | "extract-i18n": { |
134 | 131 | "builder": "@angular-devkit/build-angular:extract-i18n", |
135 | 132 | "options": { |
136 | | - "browserTarget": "playground:build" |
| 133 | + "buildTarget": "playground:build" |
137 | 134 | } |
138 | 135 | }, |
139 | 136 | "test": { |
140 | 137 | "builder": "@angular-devkit/build-angular:karma", |
141 | 138 | "options": { |
142 | | - "main": "projects/playground/src/test.ts", |
143 | 139 | "polyfills": "projects/playground/src/polyfills.ts", |
144 | 140 | "tsConfig": "projects/playground/tsconfig.spec.json", |
145 | 141 | "karmaConfig": "projects/playground/karma.conf.js", |
|
200 | 196 | } |
201 | 197 | } |
202 | 198 | }, |
203 | | - "defaultProject": "auth0-angular", |
204 | 199 | "cli": { |
205 | | - "defaultCollection": "@angular-eslint/schematics" |
| 200 | + "schematicCollections": ["angular-eslint"] |
206 | 201 | } |
207 | 202 | } |
0 commit comments