Closed mars closed 10 years ago
Just noticed the release! Upgraded to Rewire-webpack v1.0.0 and still receive this error:
This is not a bug after all; this was my own misunderstanding of how Rewire works.
I was trying to __get__()
a property on the rewired module, but __get__()
only retrieves local variables.
:+1:
Using Rewire-webpack v0.2.0 with Webpack 1.4.12 on Chrome 38:
Throws
Uncaught TypeError: Cannot read property 'Link' of undefined
.