mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-25 07:33:01 +01:00
* update browserlist for better packaging * add results of bundle changes * update browserlist, budgets and ecma terser rewrite level * remove results.md used for testing * Apply suggestion from @silamon --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
16 lines
465 B
JSON
16 lines
465 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": 576583,
|
|
"core": 54790,
|
|
"authorize": 543547,
|
|
"onboarding": 655556
|
|
},
|
|
"frontend-legacy": {
|
|
"app": 717124,
|
|
"core": 181583,
|
|
"authorize": 699175,
|
|
"onboarding": 816133
|
|
}
|
|
}
|