4 Commits

Author SHA1 Message Date
Sebastian McKenzie
d1daac5550 add global shim due to core-js 0.4.4 2015-01-12 20:07:30 +11:00
Hugh Kennedy
5a01beaa1f Make require("6to5/register") work with browserify
Previously, you'd have to create a separate file for using 6to5
with both node and browserify, as the latter wasn't able to properly
handle loading 6to5's dependency tree and would crash on attempting
to do so.

This change instructs browserify to use "register-browser.js" in place
of "register.js". "register-browser.js" still loads the 6to5 polyfill,
but is otherwise ignored.
2015-01-02 21:30:40 +01:00
Sebastian McKenzie
b97274cf3d move connect middleware and browserify to separate modules 2014-10-06 17:00:53 +11:00
Sebastian McKenzie
fa9e7f3880 add skeleton tests for browserify and middleware 2014-09-29 03:11:15 +10:00