jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

Is the provider "jspm.system" gone now? #268

Closed SomethingSexy closed 1 year ago

SomethingSexy commented 1 year ago

After updating to 1.1.0, it seems defaultProvider: 'jspm.system' is not valid anymore. Is this still the case? The README still has it in there.

Should we be switching to jspm.io ?

Although that does not seem to apply the "layer" of system that was utilizing https://ga.system.jspm.io/.

guybedford commented 1 year ago

I believe this should now be defaultProvider: 'jspm.io#system' due to internal changes. We just need to ensure we update the docs on this.

Bubblyworld commented 1 year ago

Yep, this was changed to jspm.io and jspm.io#system recently differentiate the CDN (jspm.io) and the CLI (jspm/jspm) a little bit. I'll update the docs 👍