Currenlty Module is exported:
if (typeof module !== "undefined") {
module["exports"] = Module;
}
only if ENVIRONMENT_IS_NODE is true.
But it doesn't when module is run in browser by bundlers like I checked with (fuse-box), didn't check webpack/browserfy yet, but pretty sure it will fail due to this too.
Think module["exports"] = Module; without checking the env.