Files
zulip/web/webpack.dev-assets.json
Sayam Samal 6c16adc9d8 showroom: Standardize "showroom" name for UI components testing pages.
This commit standardizes the naming convention to be used for the UI
components being used in the `/devtools/` storybook-like pages for
testing the UI components.
2025-01-13 17:46:15 -08:00

20 lines
616 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"
],
"showroom": ["./src/bundles/showroom.ts"]
}