fix virtual module
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user