From 1a7309dc3828f8292b605a3903d3ed2f118cb332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Mon, 11 Jan 2021 16:07:53 +0300 Subject: [PATCH] get features from hbs --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)