https://github.com/unstubbable/universal-systemjs
Universal wrapper around SystemJS 0.21.x
https://github.com/unstubbable/universal-systemjs
Last synced: 3 months ago
JSON representation
Universal wrapper around SystemJS 0.21.x
- Host: GitHub
- URL: https://github.com/unstubbable/universal-systemjs
- Owner: unstubbable
- License: mit
- Created: 2018-10-16T09:56:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T10:45:37.000Z (over 6 years ago)
- Last Synced: 2024-04-14T18:50:20.365Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# universal-systemjs
A Universal wrapper around
[SystemJS 0.21.x](https://github.com/systemjs/systemjs/tree/0.21)Uses the
[production-only loader](https://github.com/systemjs/systemjs/tree/0.21#browser-production)
in browser environments, and the
[NodeJS loader](https://github.com/systemjs/systemjs/tree/0.21#nodejs)
otherwise. In NodeJS, a global `fetch` is defined (via `node-fetch`) so that
importing modules using absolute URLs is supported out of the box.