1
0
Fork 0
docsearch/bundlesize.config.json
Pierre Millot 93578a4de0
fix: upgrade algoliasearch to v5 (#2326)
We can use the new generated client to stay up to date and upgrade packages that depends on docsearch.

---------

Co-authored-by: shortcuts <vannicattec@gmail.com>
2024-10-30 15:46:38 +01:00

16 lines
308 B
JSON

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