Skip to content

Commit

Permalink
chore: Add size-limit check for app layout widget entry points (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored and timogasda committed Nov 18, 2024
1 parent 5022b4c commit afd4e67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit afd4e67

Please sign in to comment.