You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the current ga.jspm.io was released it still wasn't clear if it would ever be possible to load npm packages as ES modules with full compatibility without a build step.
The progress made in the Node.js modules process resulted in a standard for module loading that now does fully support direct CDN loading without any other steps being necessary, once CommonJS can be deprecated.
As a result, a raw.jspm.io now makes complete sense as a modern ES modules hosting without any optimizations or code changes applied.
It would be good to provide this as a more reliable unpkg alternative at this point.
The text was updated successfully, but these errors were encountered:
When the current
ga.jspm.io
was released it still wasn't clear if it would ever be possible to load npm packages as ES modules with full compatibility without a build step.The progress made in the Node.js modules process resulted in a standard for module loading that now does fully support direct CDN loading without any other steps being necessary, once CommonJS can be deprecated.
As a result, a
raw.jspm.io
now makes complete sense as a modern ES modules hosting without any optimizations or code changes applied.It would be good to provide this as a more reliable unpkg alternative at this point.
The text was updated successfully, but these errors were encountered: