Skip to content

Only load subsets of Codex components

Anne Tomasevich requested to merge use-code-splitting into main

This uses the "code splitting" functionality offered by the CodexModule class to include only a subset of Codex components in two of this extension's ResourceLoader modules, one for Vue components and one for styles and CSS-only components.

Note that this should only be merged once the associated core patch is merged—I put a "Depends-On" line in the commit but that doesn't actually do anything in GitLab. This branch will likely need to be updated as that patch goes through review.

Bug: T349423

Depends-On: Iadba806167abaa4996fd05d4ede909d737251901

Merge request reports