4c09967317
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>
166 B
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".