systemjs / systemjs

Dynamic ES module loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not know how to use global loading feature of System.JS

quangkhaidam93 opened this issue · comments

  • SystemJS Version:
  • Which library are you using?
    • system.js
    • s.js
    • system-node.cjs
  • Which extras are you using?
    • AMD extra
    • Named Exports
    • Named Register
    • Transform
    • Use Default
    • Global
    • Dynamic Import Maps
  • Are you using any custom hooks?

Question

Hi all,

I have read https://github.com/systemjs/systemjs#extras and still don't know how to use it in single-spa application.
Does it is a solution for vanilla JS version hosted on CDN such as cdnjs, jsDelivr, or unpkg?
Does it load into global variable such as window on browser?

Could you please give me some example and explanation for above questions? Thank you in advance.