SystemJS favicon

SystemJS

  • Loads any module format when running the ~15KB development build. *Loads ES modules compiled into the System.register module format for production with exact circular reference and binding support
  • Supports RequireJS-style map, paths, and bundles configuration. Built with the ES Module Loader project, which is based on principles and APIs from the WhatWG Loader specification, modules in HTML and NodeJS.
Browserify

Browserify

Browsers don't have the require method defined, but Node.js does. With Browserify you can write code that uses require in the ...