Files
zulip/tools/webpack.dev-assets.json
Riken Shah 14b01343d9 webpack: Introduce webpack.dev-asset.json.
This commit will now allow development-only pages to
use development-only packages without breaking the
production build.
2021-04-19 10:31:39 -07:00

17 lines
521 B
JSON

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