diff --git a/src/main.ts b/src/main.ts index f2f78d4..2755a05 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,8 +14,8 @@ const systemJSImport = async (requestUrl: string) => { return { component, mount, unmount } } -export default async ({ apps: rawApps, navigations, config }) => { - defineVirtualModule({ navigations, config }) +export default async ({ apps: rawApps, navigations, config, features }) => { + defineVirtualModule({ navigations, config, features }) const apps = new Apps(rawApps)