Commit f6a9866
authored
fix(examples-chat): unblock canonical demo prod deploy — raise bundle budget + wire Maps key (#776)
The App-mode cockpit (@angular/google-maps + @angular/cdk + map/itinerary)
pushed the production initial bundle ~80kB over the 1.5MB budget; only the
production config enforces budgets, so dev/e2e passed while the 'Canonical
demo → Vercel' job failed at build (frontend never deployed). Raise the
initial budget to 1.75MB (warn 1.6MB), matching the feature's weight.
Also pass GOOGLE_MAPS_API_KEY + GOOGLE_MAPS_MAP_ID to the canonical demo
assemble step (mirroring the ag-ui deploy) so inject-env bakes a keyed
bundle and the App-mode toggle is enabled in prod.1 parent e27b86a commit f6a9866
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
812 | 820 | | |
813 | 821 | | |
814 | 822 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments