systemjs / systemjs

Dynamic ES module loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue utilizing SystemJS and import-maps

SomethingSexy opened this issue · comments

commented

Looking at this sandbox example the script tag to load SystemJS

<script src="https://ga.system.jspm.io/npm:systemjs@6.12.1/dist/s.min.js"></script>

is being wrapped with System.Register, which it fails to find System because that does not exist yet.

s.min.js:1 Uncaught ReferenceError: System is not defined
    at s.min.js:1:1

Did something change recently with how this is being loaded and returned? This seemed to start failing a few hours ago.

This was a CDN configuration issue due to switching to a new CDN on JSPM. Thanks for reporting, it should be working now.