From 18c046e4f9332880a3002a611f085d1086ffa231 Mon Sep 17 00:00:00 2001 From: Boris Serdiuk Date: Mon, 11 Nov 2024 12:43:47 +0100 Subject: [PATCH] chore: Add size-limit check for app layout widget entry points --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 4abc584b4e..aba6b7f021 100644 --- a/package.json +++ b/package.json @@ -161,6 +161,17 @@ { "path": "lib/components/internal/plugins/index.js", "limit": "2.5 kB" + }, + { + "path": [ + "lib/components/app-layout/visual-refresh-toolbar/exports.js", + "lib/components/split-panel/implementation.js", + "lib/components/breadcrumb-group/implementation.js", + "lib/components/drawer/implementation.js", + "lib/components/side-navigation/implementation.js", + "lib/components/help-panel/implementation.js" + ], + "limit": "140 Kb" } ], "browserslist": [