mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
This includes bootstrap.portico.css and happens to prevent webpack from kicking it out of the chunk with the rest of the portico CSS and misordering it. Signed-off-by: Anders Kaseorg <anders@zulip.com>
27 lines
828 B
JSON
27 lines
828 B
JSON
{
|
|
"dev-login": ["./src/bundles/portico.ts", "./src/portico/dev-login.ts"],
|
|
"dev-integrations-panel": [
|
|
"./src/bundles/portico.ts",
|
|
"./src/portico/integrations_dev_panel.ts",
|
|
"./styles/portico/integrations_dev_panel.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"dev-email-log": [
|
|
"./src/bundles/common.ts",
|
|
"./src/portico/email_log.ts",
|
|
"./src/portico/portico_modals.ts",
|
|
"./styles/portico/email_log.css",
|
|
"./src/reload_state.ts",
|
|
"./src/channel.ts"
|
|
],
|
|
"dev-buttons": [
|
|
"./src/bundles/portico.ts",
|
|
"./src/portico/design-testing.ts",
|
|
"./styles/portico/dev-buttons.css",
|
|
"./styles/app_variables.css",
|
|
"./styles/app_components.css",
|
|
"./styles/buttons.css"
|
|
]
|
|
}
|