systemjs / systemjs

Dynamic ES module loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught (in promise) TypeError: r[1] is not a function

thanosoncode opened this issue · comments

Demonstration


Code Sandbox:

Expected Behavior

I am serving a local library lib successfully and want to consume it in my root-app via systemjs-importmap as shared dependency. (libraryTarget: "system")

Actual Behavior

I am getting an Uncaught (in promise) TypeError: r[1] is not a function