Skip to content

Commit 9e968f8

Browse files
committed
chore(clerk-js): Change bundlewatch limit
1 parent ceab9e7 commit 9e968f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/bundlewatch.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": [
33
{ "path": "./dist/clerk.js", "maxSize": "590kB" },
4-
{ "path": "./dist/clerk.browser.js", "maxSize": "72.7KB" },
4+
{ "path": "./dist/clerk.browser.js", "maxSize": "75KB" },
55
{ "path": "./dist/clerk.headless*.js", "maxSize": "55KB" },
66
{ "path": "./dist/ui-common*.js", "maxSize": "98.2KB" },
77
{ "path": "./dist/vendors*.js", "maxSize": "36KB" },

0 commit comments

Comments
 (0)