Files
backstage/.changeset/cold-ways-protect.md
T
Stan Lewis e27f889d12 backend-dynamic-feature-service: expand type check
This change caters for backend dynamic plugins that have been wrapped by
BackendFeatureCompatWrapper by expanding the allowed types for the
default export of a dynamic plugin to also be a function.

Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
2024-08-20 11:16:56 -04:00

183 B

@backstage/backend-dynamic-feature-service
@backstage/backend-dynamic-feature-service
patch

Relax type check for a plugin's default export to also accept a BackendFeature defined as a function instead of an object