From 6e9dcd10c8f5565c37a60b4ba5e1fe4e06f37d47 Mon Sep 17 00:00:00 2001 From: lwatson Date: Tue, 10 Dec 2024 18:10:59 -0500 Subject: [PATCH] Increase bundlesize limits Codex v1.18.0 added 8 new tokens and styles for various components. Refer to changelog for more info: https://github.com/wikimedia/design-codex/blob/main/CHANGELOG.md#1180--2024-12-10 Bug: T381787 Change-Id: I58401027164c50a7eab694789597678e13392561 --- bundlesize.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index f9829ae06..360e9df6b 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -1,7 +1,7 @@ [ { "resourceModule": "skins.minerva.styles", - "maxSize": "10.1KB" + "maxSize": "10.8KB" }, { "resourceModule": "skins.minerva.content.styles.images",