require-hacker icon indicating copy to clipboard operation
require-hacker copied to clipboard

Provides a hooking mechanism for Node.js require() calls

Results 2 require-hacker issues
Sort by recently updated
recently updated
newest added

Hi, Trying to use `require-hacker` with a babel 7 project and the babel-runtime 6 falls down as it's looking for old `core-js` methods. Any plans on upgrading to babel 7...

I'm trying to build a better node "require" algorithm, and your module has been very helpful! However, I run into a problem when packages have circular dependencies. Because of [this...