Files
zulip/web/webpack.dev-assets.json
Sahil Batra cc4a6d08e7 development: Update modal in emails page to use micromodal.
We now use micromodal in the modal on dev server emails page to
make it consistent with other modals in the app and this is
preparatory work for moving away from bootstrap as well.
2023-10-05 09:28:27 -07:00

19 lines
536 B
JSON

{
"dev-login": ["./src/bundles/portico", "./src/portico/dev-login"],
"dev-integrations-panel": [
"./src/bundles/portico",
"./src/portico/integrations_dev_panel",
"./styles/portico/integrations_dev_panel.css",
"./src/reload_state",
"./src/channel"
],
"dev-email-log": [
"./src/bundles/common",
"./src/portico/email_log",
"./src/portico/portico_modals",
"./styles/portico/email_log.css",
"./src/reload_state",
"./src/channel"
]
}