mediawiki-skins-Vector/bundlesize.config.json
Jon Robson acdad079f4 Adjustments to bundle size testing
* Stop monitoring bundles which contain Codex elements that are
not render blocking resources (e.g. skins.vector.search.codex.scripts)
- going forward we should limit monitoring to only code in the codebase
and render blocking CSS. These will now be monitored in core.

Follow up to Ib2a9ee811f9672b5bffaf2263fbc6fc37d806d59

Bug: T378635
Change-Id: Ia12385329973c2bdbe914d243c0a9c7805511c68
2024-11-01 00:35:46 +00:00

31 lines
516 B
JSON

[
{
"resourceModule": "skins.vector.styles.legacy",
"maxSize": "8.9 kB"
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "13.5 kB"
},
{
"resourceModule": "skins.vector.js",
"maxSize": "17.5 kB"
},
{
"resourceModule": "skins.vector.legacy.js",
"maxSize": "2.5 kB"
},
{
"resourceModule": "skins.vector.search",
"maxSize": "3.3 kB"
},
{
"resourceModule": "skins.vector.icons",
"maxSize": "1.3 kB"
},
{
"resourceModule": "skins.vector.icons.js",
"maxSize": "0.7 kB"
}
]