|
|
|
|
|
by onion2k
4180 days ago
|
|
require.js loads modules that are written to the CommonJS and AMD standards. systemjs loads those too, but it also loads a few other things including modules that just dump things in to global scope and things written to the ES6 standard. It's sort of like require.js on steroids. |
|