Skip to content

Commit

Permalink
Revert "chore(clerk-js): Increase OrganizationProfile bundle size limit"
Browse files Browse the repository at this point in the history
This reverts commit b73df88.
  • Loading branch information
panteliselef committed Aug 10, 2023
1 parent c211d2a commit 3dc622a
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 @@ -6,7 +6,7 @@
{ "path": "./dist/vendors*.js", "maxSize": "70KB" },
{ "path": "./dist/createorganization*.js", "maxSize": "5KB" },
{ "path": "./dist/impersonationfab*.js", "maxSize": "5KB" },
{ "path": "./dist/organizationprofile*.js", "maxSize": "9KB" },
{ "path": "./dist/organizationprofile*.js", "maxSize": "8KB" },
{ "path": "./dist/organizationswitcher*.js", "maxSize": "5KB" },
{ "path": "./dist/signin*.js", "maxSize": "10KB" },
{ "path": "./dist/signup*.js", "maxSize": "10KB" },
Expand Down

0 comments on commit 3dc622a

Please sign in to comment.