add features

This commit is contained in:
Andrey Vlasov
2020-12-06 19:49:08 +03:00
parent fe6d5df006
commit 753eaada75
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ const systemJSImport = async (requestUrl: string) => {
// sections: { version: '1.0.0', name: 'sections' }
// }
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)