zulip/web/webpack.dev-assets.json
Anders Kaseorg c6dcfbc480 dev-buttons: Use portico bundle.
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>
2024-12-17 18:34:38 -08:00

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"
]
}