|
55 | 55 | },
|
56 | 56 | "schematics": {}
|
57 | 57 | },
|
58 |
| - "getting-started": { |
59 |
| - "projectType": "application", |
60 |
| - "schematics": {}, |
61 |
| - "root": "apps/getting-started", |
62 |
| - "sourceRoot": "apps/getting-started/src", |
63 |
| - "prefix": "reactiveangular", |
64 |
| - "architect": { |
65 |
| - "build": { |
66 |
| - "builder": "@angular-devkit/build-angular:browser", |
67 |
| - "options": { |
68 |
| - "outputPath": "dist/apps/getting-started", |
69 |
| - "index": "apps/getting-started/src/index.html", |
70 |
| - "main": "apps/getting-started/src/main.ts", |
71 |
| - "polyfills": "apps/getting-started/src/polyfills.ts", |
72 |
| - "tsConfig": "apps/getting-started/tsconfig.app.json", |
73 |
| - "aot": true, |
74 |
| - "assets": [ |
75 |
| - "apps/getting-started/src/favicon.ico", |
76 |
| - "apps/getting-started/src/assets" |
77 |
| - ], |
78 |
| - "styles": ["apps/getting-started/src/styles.css"], |
79 |
| - "scripts": [] |
80 |
| - }, |
81 |
| - "configurations": { |
82 |
| - "production": { |
83 |
| - "fileReplacements": [ |
84 |
| - { |
85 |
| - "replace": "apps/getting-started/src/environments/environment.ts", |
86 |
| - "with": "apps/getting-started/src/environments/environment.prod.ts" |
87 |
| - } |
88 |
| - ], |
89 |
| - "optimization": true, |
90 |
| - "outputHashing": "all", |
91 |
| - "sourceMap": false, |
92 |
| - "extractCss": true, |
93 |
| - "namedChunks": false, |
94 |
| - "extractLicenses": true, |
95 |
| - "vendorChunk": false, |
96 |
| - "buildOptimizer": true, |
97 |
| - "budgets": [ |
98 |
| - { |
99 |
| - "type": "initial", |
100 |
| - "maximumWarning": "2mb", |
101 |
| - "maximumError": "5mb" |
102 |
| - }, |
103 |
| - { |
104 |
| - "type": "anyComponentStyle", |
105 |
| - "maximumWarning": "6kb", |
106 |
| - "maximumError": "10kb" |
107 |
| - } |
108 |
| - ] |
109 |
| - } |
110 |
| - } |
111 |
| - }, |
112 |
| - "serve": { |
113 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
114 |
| - "options": { |
115 |
| - "browserTarget": "getting-started:build" |
116 |
| - }, |
117 |
| - "configurations": { |
118 |
| - "production": { |
119 |
| - "browserTarget": "getting-started:build:production" |
120 |
| - } |
121 |
| - } |
122 |
| - }, |
123 |
| - "extract-i18n": { |
124 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
125 |
| - "options": { |
126 |
| - "browserTarget": "getting-started:build" |
127 |
| - } |
128 |
| - }, |
129 |
| - "lint": { |
130 |
| - "builder": "@angular-devkit/build-angular:tslint", |
131 |
| - "options": { |
132 |
| - "tsConfig": [ |
133 |
| - "apps/getting-started/tsconfig.app.json", |
134 |
| - "apps/getting-started/tsconfig.spec.json" |
135 |
| - ], |
136 |
| - "exclude": ["**/node_modules/**", "!apps/getting-started/**/*"] |
137 |
| - } |
138 |
| - }, |
139 |
| - "test": { |
140 |
| - "builder": "@nrwl/jest:jest", |
141 |
| - "options": { |
142 |
| - "jestConfig": "apps/getting-started/jest.config.js", |
143 |
| - "tsConfig": "apps/getting-started/tsconfig.spec.json", |
144 |
| - "passWithNoTests": true, |
145 |
| - "setupFile": "apps/getting-started/src/test-setup.ts" |
146 |
| - } |
147 |
| - } |
148 |
| - } |
149 |
| - }, |
150 |
| - "getting-started-e2e": { |
151 |
| - "root": "apps/getting-started-e2e", |
152 |
| - "sourceRoot": "apps/getting-started-e2e/src", |
153 |
| - "projectType": "application", |
154 |
| - "architect": { |
155 |
| - "e2e": { |
156 |
| - "builder": "@nrwl/cypress:cypress", |
157 |
| - "options": { |
158 |
| - "cypressConfig": "apps/getting-started-e2e/cypress.json", |
159 |
| - "tsConfig": "apps/getting-started-e2e/tsconfig.e2e.json", |
160 |
| - "devServerTarget": "getting-started:serve" |
161 |
| - }, |
162 |
| - "configurations": { |
163 |
| - "production": { |
164 |
| - "devServerTarget": "getting-started:serve:production" |
165 |
| - } |
166 |
| - } |
167 |
| - }, |
168 |
| - "lint": { |
169 |
| - "builder": "@angular-devkit/build-angular:tslint", |
170 |
| - "options": { |
171 |
| - "tsConfig": ["apps/getting-started-e2e/tsconfig.e2e.json"], |
172 |
| - "exclude": ["**/node_modules/**", "!apps/getting-started-e2e/**/*"] |
173 |
| - } |
174 |
| - } |
175 |
| - } |
176 |
| - }, |
177 | 58 | "example-app": {
|
178 | 59 | "projectType": "application",
|
179 | 60 | "schematics": {},
|
|
293 | 174 | }
|
294 | 175 | }
|
295 | 176 | },
|
296 |
| - "tour-of-heroes": { |
297 |
| - "projectType": "application", |
298 |
| - "schematics": {}, |
299 |
| - "root": "apps/tour-of-heroes", |
300 |
| - "sourceRoot": "apps/tour-of-heroes/src", |
301 |
| - "prefix": "reactiveangular", |
302 |
| - "architect": { |
303 |
| - "build": { |
304 |
| - "builder": "@angular-devkit/build-angular:browser", |
305 |
| - "options": { |
306 |
| - "outputPath": "dist/apps/tour-of-heroes", |
307 |
| - "index": "apps/tour-of-heroes/src/index.html", |
308 |
| - "main": "apps/tour-of-heroes/src/main.ts", |
309 |
| - "polyfills": "apps/tour-of-heroes/src/polyfills.ts", |
310 |
| - "tsConfig": "apps/tour-of-heroes/tsconfig.app.json", |
311 |
| - "aot": true, |
312 |
| - "assets": [ |
313 |
| - "apps/tour-of-heroes/src/favicon.ico", |
314 |
| - "apps/tour-of-heroes/src/assets" |
315 |
| - ], |
316 |
| - "styles": ["apps/tour-of-heroes/src/styles.css"], |
317 |
| - "scripts": [] |
318 |
| - }, |
319 |
| - "configurations": { |
320 |
| - "production": { |
321 |
| - "fileReplacements": [ |
322 |
| - { |
323 |
| - "replace": "apps/tour-of-heroes/src/environments/environment.ts", |
324 |
| - "with": "apps/tour-of-heroes/src/environments/environment.prod.ts" |
325 |
| - } |
326 |
| - ], |
327 |
| - "optimization": true, |
328 |
| - "outputHashing": "all", |
329 |
| - "sourceMap": false, |
330 |
| - "extractCss": true, |
331 |
| - "namedChunks": false, |
332 |
| - "extractLicenses": true, |
333 |
| - "vendorChunk": false, |
334 |
| - "buildOptimizer": true, |
335 |
| - "budgets": [ |
336 |
| - { |
337 |
| - "type": "initial", |
338 |
| - "maximumWarning": "2mb", |
339 |
| - "maximumError": "5mb" |
340 |
| - }, |
341 |
| - { |
342 |
| - "type": "anyComponentStyle", |
343 |
| - "maximumWarning": "6kb", |
344 |
| - "maximumError": "10kb" |
345 |
| - } |
346 |
| - ] |
347 |
| - } |
348 |
| - } |
349 |
| - }, |
350 |
| - "serve": { |
351 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
352 |
| - "options": { |
353 |
| - "browserTarget": "tour-of-heroes:build" |
354 |
| - }, |
355 |
| - "configurations": { |
356 |
| - "production": { |
357 |
| - "browserTarget": "tour-of-heroes:build:production" |
358 |
| - } |
359 |
| - } |
360 |
| - }, |
361 |
| - "extract-i18n": { |
362 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
363 |
| - "options": { |
364 |
| - "browserTarget": "tour-of-heroes:build" |
365 |
| - } |
366 |
| - }, |
367 |
| - "lint": { |
368 |
| - "builder": "@angular-devkit/build-angular:tslint", |
369 |
| - "options": { |
370 |
| - "tsConfig": [ |
371 |
| - "apps/tour-of-heroes/tsconfig.app.json", |
372 |
| - "apps/tour-of-heroes/tsconfig.spec.json" |
373 |
| - ], |
374 |
| - "exclude": ["**/node_modules/**", "!apps/tour-of-heroes/**/*"] |
375 |
| - } |
376 |
| - }, |
377 |
| - "test": { |
378 |
| - "builder": "@nrwl/jest:jest", |
379 |
| - "options": { |
380 |
| - "jestConfig": "apps/tour-of-heroes/jest.config.js", |
381 |
| - "tsConfig": "apps/tour-of-heroes/tsconfig.spec.json", |
382 |
| - "passWithNoTests": true, |
383 |
| - "setupFile": "apps/tour-of-heroes/src/test-setup.ts" |
384 |
| - } |
385 |
| - } |
386 |
| - } |
387 |
| - }, |
388 |
| - "tour-of-heroes-e2e": { |
389 |
| - "root": "apps/tour-of-heroes-e2e", |
390 |
| - "sourceRoot": "apps/tour-of-heroes-e2e/src", |
391 |
| - "projectType": "application", |
392 |
| - "architect": { |
393 |
| - "e2e": { |
394 |
| - "builder": "@nrwl/cypress:cypress", |
395 |
| - "options": { |
396 |
| - "cypressConfig": "apps/tour-of-heroes-e2e/cypress.json", |
397 |
| - "tsConfig": "apps/tour-of-heroes-e2e/tsconfig.e2e.json", |
398 |
| - "devServerTarget": "tour-of-heroes:serve" |
399 |
| - }, |
400 |
| - "configurations": { |
401 |
| - "production": { |
402 |
| - "devServerTarget": "tour-of-heroes:serve:production" |
403 |
| - } |
404 |
| - } |
405 |
| - }, |
406 |
| - "lint": { |
407 |
| - "builder": "@angular-devkit/build-angular:tslint", |
408 |
| - "options": { |
409 |
| - "tsConfig": ["apps/tour-of-heroes-e2e/tsconfig.e2e.json"], |
410 |
| - "exclude": ["**/node_modules/**", "!apps/tour-of-heroes-e2e/**/*"] |
411 |
| - } |
412 |
| - } |
413 |
| - } |
414 |
| - }, |
415 | 177 | "recursive-routes": {
|
416 | 178 | "projectType": "application",
|
417 | 179 | "schematics": {},
|
|
0 commit comments