Skip to content

Commit a20ae6a

Browse files
committed
Introduce bundle on bundlewatch
1 parent 4081f05 commit a20ae6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/clerk-js/bundlewatch.config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{ "path": "./dist/keylessPrompt*.js", "maxSize": "5.9KB" },
2222
{ "path": "./dist/pricingTable*.js", "maxSize": "5KB" },
2323
{ "path": "./dist/checkout*.js", "maxSize": "9KB" },
24-
{ "path": "./dist/up-billing-page*.js", "maxSize": "1KB" }
24+
{ "path": "./dist/up-billing-page*.js", "maxSize": "1KB" },
25+
{ "path": "./dist/session-tasks*.js", "maxSize": "1KB" }
2526
]
2627
}

0 commit comments

Comments
 (0)