fix virtual module

This commit is contained in:
Andrey Vlasov
2020-03-29 12:49:07 +03:00
parent 47839a963c
commit 0636ce1ff2
3 changed files with 21 additions and 18 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import "systemjs/dist/s";
import "systemjs/dist/system";
import "systemjs/dist/extras/amd";
import "systemjs/dist/extras/named-register";
import "systemjs/dist/extras/named-exports";
@@ -34,7 +34,7 @@ const systemJSImport = async (requestUrl: string) => {
// }
export default async ({ apps: rawApps, navigations, config }) => {
defineVirtualModule({navigations, config})
defineVirtualModule({ navigations, config })
const apps = new Apps(rawApps)