-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
browserify/browser-pack
#19Description
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.
Metadata
Metadata
Assignees
Labels
No labels