mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-13 16:42:25 +01:00
* Pass browserlist targets to lightningcss * Fix pass-browser-list branch (#53243) Add failsafe for empty browserlist. Add comment to describe prefix issue in literals. Use default browserlistEnv naming convention. SW uses more efficient browserlist only targeting browsers that support sw. * Increase JS budgets --------- Co-authored-by: Maarten Lakerveld <maarten.lakerveld@openhomefoundation.org>
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": 595204,
|
|
"core": 57741,
|
|
"authorize": 576928,
|
|
"onboarding": 685964
|
|
},
|
|
"frontend-legacy": {
|
|
"app": 861452,
|
|
"core": 258557,
|
|
"authorize": 834356,
|
|
"onboarding": 1001360
|
|
}
|
|
}
|