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>
This commit is contained in:
Anders Kaseorg
2024-12-17 16:27:54 -08:00
parent 4cb9fb0d5a
commit 6776e807e0

View File

@@ -16,10 +16,8 @@
"./src/channel.ts" "./src/channel.ts"
], ],
"dev-buttons": [ "dev-buttons": [
"./src/bundles/common.ts", "./src/bundles/portico.ts",
"./src/portico/header.ts",
"./src/portico/design-testing.ts", "./src/portico/design-testing.ts",
"./styles/portico/portico_styles.css",
"./styles/portico/dev-buttons.css", "./styles/portico/dev-buttons.css",
"./styles/app_variables.css", "./styles/app_variables.css",
"./styles/app_components.css", "./styles/app_components.css",