Skip to content

Commit c6dfa03

Browse files
committed
chore: Change bundlewatch max size
1 parent 847675e commit c6dfa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"files": [
3-
{ "path": "./dist/clerk.js", "maxSize": "577.5kB" },
3+
{ "path": "./dist/clerk.js", "maxSize": "577.52kB" },
44
{ "path": "./dist/clerk.browser.js", "maxSize": "78.5kB" },
55
{ "path": "./dist/clerk.headless.js", "maxSize": "51KB" },
66
{ "path": "./dist/ui-common*.js", "maxSize": "94KB" },

0 commit comments

Comments
 (0)