1
0
Fork 0
docsearch/bundlesize.config.json
Greg Brimble 16b66b33ab
Add keyboardShortcuts property to allow users to customize shortcuts (#2741)
Address PR feedback: remove docs changes and update bundle size limits

- Remove documentation changes from api.mdx (not needed in v3 backport)
- Update bundlesize.config.json limits:
  - docsearch-react: 27 kB → 27.5 kB
  - docsearch-js: 35.5 kB → 36 kB

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-04 09:05:26 -04:00

16 lines
310 B
JSON

{
"files": [
{
"path": "packages/docsearch-css/dist/style.css",
"maxSize": "3.25 kB"
},
{
"path": "packages/docsearch-react/dist/umd/index.js",
"maxSize": "27.5 kB"
},
{
"path": "packages/docsearch-js/dist/umd/index.js",
"maxSize": "36 kB"
}
]
}