mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
billing: Add separate entry point for billing login pages.
We just exclude upgrade.ts from the imports to avoid page_params being imported which results in an error. s
This commit is contained in:
@@ -19,14 +19,21 @@
|
||||
"./src/billing/sponsorship",
|
||||
"./styles/portico/billing.css"
|
||||
],
|
||||
"billing_auth": [
|
||||
"./src/bundles/portico",
|
||||
"./src/portico/tippyjs",
|
||||
"./src/billing/helpers",
|
||||
"jquery-validation",
|
||||
"./src/billing/remote_billing_auth",
|
||||
"./src/billing/deactivate_server",
|
||||
"./styles/portico/billing.css"
|
||||
],
|
||||
"upgrade": [
|
||||
"./src/bundles/portico",
|
||||
"./src/portico/tippyjs",
|
||||
"./src/billing/helpers",
|
||||
"./src/billing/upgrade",
|
||||
"jquery-validation",
|
||||
"./src/billing/remote_billing_auth",
|
||||
"./src/billing/deactivate_server",
|
||||
"./styles/portico/billing.css"
|
||||
],
|
||||
"billing-event-status": [
|
||||
|
||||
Reference in New Issue
Block a user