Skip to content

Commit 0fa6aea

Browse files
e-krebsclaude
andcommitted
chore: bump bundlesize limits for autocomplete feeds-mode
The feeds-mode branch in `EXPERIMENTAL_autocomplete` pulls in the feeds connector + FeedContainer path, pushing the production bundle just over the prior 123 kB ceiling and the development bundle over 256.5 kB. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a85d391 commit 0fa6aea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bundlesize.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
{
1212
"path": "./packages/instantsearch.js/dist/instantsearch.production.min.js",
13-
"maxSize": "123 kB"
13+
"maxSize": "123.5 kB"
1414
},
1515
{
1616
"path": "./packages/instantsearch.js/dist/instantsearch.development.js",
17-
"maxSize": "256.5 kB"
17+
"maxSize": "257.75 kB"
1818
},
1919
{
2020
"path": "packages/react-instantsearch-core/dist/umd/ReactInstantSearchCore.min.js",

0 commit comments

Comments
 (0)