jhnns / rewire-webpack

Dependency injection for webpack bundles
The Unlicense
121 stars 20 forks source link

Test: "It should not influence the original require if nothing has been required within the rewired module" fails #2

Closed jhnns closed 11 years ago

jhnns commented 11 years ago

It seems like webpack is treating the rewired module and the original module as the same and is including only the rewired version.