You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In node.js, module.require is the basis for the require function. Browserify instead directly hands the require function over, without exposing any functionality as module.require.
I'm trying to browserify a module that uses defaultable, which heavily depends on the behavior of node.
It would be awesome if module.require could be at least a reference to the require function.