-
Notifications
You must be signed in to change notification settings - Fork 422
chore(clerk-js): Address leftover commerce TODOs #6183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
10bb031
0c37d58
b005be4
e805ab0
bfe3def
dd89e06
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@clerk/clerk-js': patch | ||
| --- | ||
|
|
||
| Cleanup leftover Commerce-launch TODOs | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,22 +9,26 @@ | |
| { "path": "./dist/coinbase*.js", "maxSize": "38KB" }, | ||
| { "path": "./dist/createorganization*.js", "maxSize": "5KB" }, | ||
| { "path": "./dist/impersonationfab*.js", "maxSize": "5KB" }, | ||
| { "path": "./dist/organizationprofile*.js", "maxSize": "12KB" }, | ||
| { "path": "./dist/organizationprofile*.js", "maxSize": "10KB" }, | ||
| { "path": "./dist/organizationswitcher*.js", "maxSize": "5KB" }, | ||
| { "path": "./dist/organizationlist*.js", "maxSize": "5.5KB" }, | ||
| { "path": "./dist/signin*.js", "maxSize": "14KB" }, | ||
| { "path": "./dist/signup*.js", "maxSize": "8.5KB" }, | ||
| { "path": "./dist/userbutton*.js", "maxSize": "5KB" }, | ||
| { "path": "./dist/userprofile*.js", "maxSize": "16.5KB" }, | ||
| { "path": "./dist/userprofile*.js", "maxSize": "16KB" }, | ||
| { "path": "./dist/userverification*.js", "maxSize": "5KB" }, | ||
| { "path": "./dist/onetap*.js", "maxSize": "1KB" }, | ||
| { "path": "./dist/waitlist*.js", "maxSize": "1.5KB" }, | ||
| { "path": "./dist/keylessPrompt*.js", "maxSize": "6.5KB" }, | ||
| { "path": "./dist/pricingTable*.js", "maxSize": "4.02KB" }, | ||
| { "path": "./dist/checkout*.js", "maxSize": "7.25KB" }, | ||
| { "path": "./dist/paymentSources*.js", "maxSize": "9.17KB" }, | ||
| { "path": "./dist/up-billing-page*.js", "maxSize": "3.0KB" }, | ||
| { "path": "./dist/up-billing-page*.js", "maxSize": "3.5KB" }, | ||
| { "path": "./dist/op-billing-page*.js", "maxSize": "3.0KB" }, | ||
| { "path": "./dist/up-plans-page*.js", "maxSize": "1.0KB" }, | ||
| { "path": "./dist/op-plans-page*.js", "maxSize": "1.0KB" }, | ||
| { "path": "./dist/statement-page*.js", "maxSize": "1.0KB" }, | ||
| { "path": "./dist/payment-attempt-page*.js", "maxSize": "3.0KB" }, | ||
|
Comment on lines
+30
to
+31
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a reason we have seperate chunks between UP and OP for plans, but not for statements and PAs ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Only because based on what I observed, webpack seemed to handle pricing table chunks distinctly and appropriately for OP and UP, but wasn't doing the same for statement page or payment attempt page – instead just grabbing a (seemingly) random one. For example, the UserProfile would always grab |
||
| { "path": "./dist/sessionTasks*.js", "maxSize": "1.5KB" } | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.