get features from hbs

This commit is contained in:
Primakov Alexandr Alexandrovich 2021-01-11 16:07:53 +03:00
parent 60300a769b
commit 1a7309dc38

View File

@ -14,8 +14,8 @@ const systemJSImport = async (requestUrl: string) => {
return { component, mount, unmount } return { component, mount, unmount }
} }
export default async ({ apps: rawApps, navigations, config }) => { export default async ({ apps: rawApps, navigations, config, features }) => {
defineVirtualModule({ navigations, config }) defineVirtualModule({ navigations, config, features })
const apps = new Apps(rawApps) const apps = new Apps(rawApps)