From acdad079f4e01d8813c2662bb4cb999100717bd6 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Tue, 29 Oct 2024 16:24:15 -0700 Subject: [PATCH] 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 --- bundlesize.config.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index d47ef125c..487d4f758 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -1,20 +1,8 @@ [ - { - "resourceModule": "mediawiki.page.ready", - "maxSize": "3.2 kB" - }, { "resourceModule": "skins.vector.styles.legacy", "maxSize": "8.9 kB" }, - { - "resourceModule": "skins.vector.search.codex.styles", - "maxSize": "10 kB" - }, - { - "resourceModule": "skins.vector.search.codex.scripts", - "maxSize": "20 kB" - }, { "resourceModule": "skins.vector.styles", "maxSize": "13.5 kB"