2 Commits

Author SHA1 Message Date
f6f5eab087 1.4.0 2021-01-11 16:08:00 +03:00
1a7309dc38 get features from hbs 2021-01-11 16:07:53 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ijl/fire.app", "name": "@ijl/fire.app",
"version": "1.3.1", "version": "1.4.0",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

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)