mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-18 02:52:46 +01:00
16 lines
466 B
JSON
16 lines
466 B
JSON
{
|
|
"_comment": "Initial JS budget (raw/uncompressed bytes) for the cold-load critical entrypoints. Enforced by build-scripts/check-bundle-size.cjs in CI. Re-seed after an intentional change with `--update --headroom=<percent>`.",
|
|
"frontend-modern": {
|
|
"app": 585518,
|
|
"core": 57048,
|
|
"authorize": 552423,
|
|
"onboarding": 666818
|
|
},
|
|
"frontend-legacy": {
|
|
"app": 887384,
|
|
"core": 244482,
|
|
"authorize": 844995,
|
|
"onboarding": 1008816
|
|
}
|
|
}
|