mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-21 22:28:40 +00:00
23b83fbd27
* 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] <[email protected]> Co-authored-by: Simon Lamon <[email protected]>
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
|
|
}
|
|
}
|