core-plugin-api: Deprecate use of extensions without name

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-11-10 09:21:02 +01:00
parent c90e5727d4
commit 4a336fd292
13 changed files with 42 additions and 6 deletions
+1
View File
@@ -44,6 +44,7 @@ export const bazaarPlugin = createPlugin({
export const BazaarPage = bazaarPlugin.provide(
createRoutableExtension({
name: 'BazaarPage',
component: () => import('./components/HomePage').then(m => m.HomePage),
mountPoint: rootRouteRef,
}),