mediawiki-skins-Vector/bundlesize.config.json
Steph Toyofuku 799c2be819 Remove not selector and target OOUI icons for inversion only
A number of icons using the vector-icon class that have been converted
to codex are being double inverted by this rule.  Instead, switch it to
enumerate the full list of OOUI icons and invert them, so that
subsequent codex migrations can be easier as well

Also bumps the bundle size to account for the increase in bytes

Visual change for the table of contents arrows being fixed, ideally not
for anything else

Bug: T365951
Bug: T365580
Change-Id: Ia389e73c72432eb5f7a2df4ff9b48593751bc184
2024-06-11 16:51:14 -07:00

47 lines
805 B
JSON

{
"total": {
"vector-2022": {
"scripts": "50KB",
"styles": "21KB"
},
"vector": {
"scripts": "50KB",
"styles": "18KB"
}
},
"modules": [
{
"resourceModule": "skins.vector.styles.legacy",
"maxSize": "8.9 kB"
},
{
"resourceModule": "skins.vector.search.codex.styles",
"maxSize": "5.9 kB"
},
{
"resourceModule": "skins.vector.search.codex.scripts",
"maxSize": "14.2 kB"
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "12.5 kB"
},
{
"resourceModule": "skins.vector.js",
"maxSize": "17.0 kB"
},
{
"resourceModule": "skins.vector.legacy.js",
"maxSize": "2.5 kB"
},
{
"resourceModule": "skins.vector.search",
"maxSize": "3.3 kB"
},
{
"resourceModule": "skins.vector.icons",
"maxSize": "0.7 kB"
}
]
}