Skip to content

Commit 8f797de

Browse files
committed
fix(clerk-js): Update maxSize for clerk.legacy.browser.js in bundlewatch config
1 parent 0d1af65 commit 8f797de

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
@@ -3,7 +3,7 @@
33
{ "path": "./dist/clerk.js", "maxSize": "538KB" },
44
{ "path": "./dist/clerk.browser.js", "maxSize": "66KB" },
55
{ "path": "./dist/clerk.chips.browser.js", "maxSize": "66KB" },
6-
{ "path": "./dist/clerk.legacy.browser.js", "maxSize": "105KB" },
6+
{ "path": "./dist/clerk.legacy.browser.js", "maxSize": "106KB" },
77
{ "path": "./dist/clerk.no-rhc.js", "maxSize": "305KB" },
88
{ "path": "./dist/clerk.native.js", "maxSize": "65KB" },
99
{ "path": "./dist/vendors*.js", "maxSize": "7KB" },

0 commit comments

Comments
 (0)