Skip to content

Commit 0e8a088

Browse files
committed
Bump max bundle size
1 parent 87d56ea commit 0e8a088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clerk-js/bundlewatch.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"files": [
33
{ "path": "./dist/clerk.js", "maxSize": "538KB" },
4-
{ "path": "./dist/clerk.browser.js", "maxSize": "63KB" },
5-
{ "path": "./dist/clerk.chips.browser.js", "maxSize": "63KB" },
4+
{ "path": "./dist/clerk.browser.js", "maxSize": "66KB" },
5+
{ "path": "./dist/clerk.chips.browser.js", "maxSize": "66KB" },
66
{ "path": "./dist/clerk.legacy.browser.js", "maxSize": "105KB" },
77
{ "path": "./dist/clerk.no-rhc.js", "maxSize": "305KB" },
88
{ "path": "./dist/clerk.headless*.js", "maxSize": "65KB" },

0 commit comments

Comments
 (0)