Files
backstage/.changeset/deduplicate-extension-collection.md
T
Patrik Oldsberg 4c09967317 Deduplicate frontend plugin/module extension collection logic (#33869)
Extract the shared extension resolution and duplicate-check logic from
createFrontendPlugin and createFrontendModule into a new
resolveExtensionDefinitions helper. Also fixes the duplicate extension
error message in createFrontendModule to say "Module" instead of
"Plugin".


Made-with: Cursor

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-04-13 13:58:59 +02:00

166 B

@backstage/frontend-plugin-api
@backstage/frontend-plugin-api
patch

Fixed the duplicate extension error message in createFrontendModule to correctly say "Module" instead of "Plugin".