JSPM
JSPM handles browser compatibility like a JS bundler, including CommonJS compatibility. For example, if you try loading React directly from an npm CDN it gives an error (see below), while loading it from the http://jspm.dev module CDN gives a browser-compatible version.