Commit 7398468
fix: copy frontend/browserslist into Docker build context
Without this file present in /app/frontend during the production build,
Angular falls back to the default browserslist (broader, older browser
targets), which forces extra transpilation and inflates the initial
bundle past the 5MB budget. Copying the committed browserslist preserves
the intended modern targets and keeps the bundle within budget.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7b279d7 commit 7398468
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments