We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bundlewatch
1 parent 4081f05 commit a20ae6aCopy full SHA for a20ae6a
packages/clerk-js/bundlewatch.config.json
@@ -21,6 +21,7 @@
21
{ "path": "./dist/keylessPrompt*.js", "maxSize": "5.9KB" },
22
{ "path": "./dist/pricingTable*.js", "maxSize": "5KB" },
23
{ "path": "./dist/checkout*.js", "maxSize": "9KB" },
24
- { "path": "./dist/up-billing-page*.js", "maxSize": "1KB" }
+ { "path": "./dist/up-billing-page*.js", "maxSize": "1KB" },
25
+ { "path": "./dist/session-tasks*.js", "maxSize": "1KB" }
26
]
27
}
0 commit comments