Skip to content

Commit

Permalink
fix(clerk-js): Increase bundlewatch limit for ui-common
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Oct 18, 2024
1 parent 1331544 commit 9bddc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clerk-js/bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"files": [
{ "path": "./dist/clerk.browser.js", "maxSize": "68kB" },
{ "path": "./dist/clerk.headless.js", "maxSize": "44kB" },
{ "path": "./dist/ui-common*.js", "maxSize": "86KB" },
{ "path": "./dist/ui-common*.js", "maxSize": "87KB" },
{ "path": "./dist/vendors*.js", "maxSize": "70KB" },
{ "path": "./dist/coinbase*.js", "maxSize": "58KB" },
{ "path": "./dist/createorganization*.js", "maxSize": "5KB" },
Expand Down

0 comments on commit 9bddc6f

Please sign in to comment.