I'm using webpack with iojs for an isomorphic react app, why don't you just add a regexp to ignore all non-relative modules? I use the following regexp: /^[a-z\-0-9]+$/ Any reason to get the full module list over just using this regexp?
But that works too!