Skip to content

Commit 75e92f3

Browse files
ci(repo): raise the clerk.browser.js bundlewatch budget to 76KB (#9376)
1 parent 52ec5cd commit 75e92f3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/clerk-js/bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": [
33
{ "path": "./dist/clerk.js", "maxSize": "549KB" },
4-
{ "path": "./dist/clerk.browser.js", "maxSize": "75KB" },
4+
{ "path": "./dist/clerk.browser.js", "maxSize": "76KB" },
55
{ "path": "./dist/clerk.legacy.browser.js", "maxSize": "119KB" },
66
{ "path": "./dist/clerk.no-rhc.js", "maxSize": "316KB" },
77
{ "path": "./dist/clerk.native.js", "maxSize": "77KB" },

0 commit comments

Comments
 (0)