From 08bc5c53b4d1ffdd7e10a4bdccd57a11f693a9c2 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Fri, 17 May 2024 10:03:51 -0700 Subject: [PATCH] Increase bundlesize to accomodate Extension:WikimediaMessages and responsiveness WikimediaMessages is deployed on all wikis. It provides important fixes for night mode. The work to make tables more responsive in T330527 will also increase the bundle size. Note: Some of this budget will be reclaimed later as we roll out the appearance menu to all users. This is needed to unblock I3ce5fe61f58592a9e6bf982745f9d4cf22d8aeb3 Change-Id: I276e1a3c3fb1603d72c4e8c34abd002e5cd27eba --- bundlesize.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 5b796e299..d403ba977 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -2,7 +2,7 @@ "total": { "vector-2022": { "scripts": "80KB", - "styles": "19KB" + "styles": "21KB" }, "vector": { "scripts": "80KB",