universal-systemjs
v1.0.0
Published
Universal wrapper around SystemJS 0.21.x
Downloads
2
Readme
universal-systemjs
A Universal wrapper around SystemJS 0.21.x
Uses the
production-only loader
in browser environments, and the
NodeJS loader
otherwise. In NodeJS, a global fetch
is defined (via node-fetch
) so that
importing modules using absolute URLs is supported out of the box.