|
11 | 11 | "projects": { |
12 | 12 | "host": { |
13 | 13 | "projectType": "application", |
14 | | - "schematics": { |
15 | | - "@schematics/angular:component": { |
16 | | - "style": "css" |
17 | | - } |
18 | | - }, |
| 14 | + "schematics": {}, |
19 | 15 | "root": "projects/host", |
20 | 16 | "sourceRoot": "projects/host/src", |
21 | 17 | "prefix": "app", |
|
39 | 35 | "builder": "@angular-architects/native-federation:build", |
40 | 36 | "options": { |
41 | 37 | "target": "host:serve-original:development", |
42 | | - "rebuildDelay": 0, |
| 38 | + "rebuildDelay": 500, |
43 | 39 | "dev": true, |
| 40 | + "cacheExternalArtifacts": false, |
44 | 41 | "port": 0 |
45 | 42 | } |
46 | 43 | }, |
47 | | - "extract-i18n": { |
48 | | - "builder": "@angular-devkit/build-angular:extract-i18n" |
49 | | - }, |
50 | 44 | "test": { |
51 | | - "builder": "@analogjs/vitest-angular:test", |
52 | | - "options": { |
53 | | - "polyfills": [], |
54 | | - "tsConfig": "projects/host/tsconfig.spec.json", |
55 | | - "inlineStyleLanguage": "css", |
56 | | - "assets": [ |
57 | | - { |
58 | | - "glob": "**/*", |
59 | | - "input": "projects/host/public" |
60 | | - } |
61 | | - ], |
62 | | - "styles": [ |
63 | | - "projects/host/src/styles.css" |
64 | | - ], |
65 | | - "scripts": [] |
66 | | - } |
| 45 | + "builder": "@angular/build:unit-test" |
67 | 46 | }, |
68 | 47 | "esbuild": { |
69 | | - "builder": "@angular-devkit/build-angular:application", |
| 48 | + "builder": "@angular/build:application", |
70 | 49 | "options": { |
71 | 50 | "outputPath": "dist/host", |
72 | 51 | "index": "projects/host/src/index.html", |
|
76 | 55 | "es-module-shims" |
77 | 56 | ], |
78 | 57 | "tsConfig": "projects/host/tsconfig.app.json", |
79 | | - "inlineStyleLanguage": "css", |
80 | 58 | "assets": [ |
81 | 59 | { |
82 | 60 | "glob": "**/*", |
|
85 | 63 | ], |
86 | 64 | "styles": [ |
87 | 65 | "projects/host/src/styles.css" |
88 | | - ], |
89 | | - "scripts": [] |
| 66 | + ] |
90 | 67 | }, |
91 | 68 | "configurations": { |
92 | 69 | "production": { |
|
113 | 90 | "defaultConfiguration": "production" |
114 | 91 | }, |
115 | 92 | "serve-original": { |
116 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 93 | + "builder": "@angular/build:dev-server", |
117 | 94 | "configurations": { |
118 | 95 | "production": { |
119 | 96 | "buildTarget": "host:esbuild:production" |
|
0 commit comments