rewire-webpack icon indicating copy to clipboard operation
rewire-webpack copied to clipboard

Dependency injection for webpack bundles

Results 12 rewire-webpack issues
Sort by recently updated
recently updated
newest added

``` /* this line was injected by rewire() */ var global = window; ev ^ ``` ReferenceError: window is not defined

I'm wanting to use `rewire-webpack` within a Karma test is this possible? I'm wanting to run my test load in the module in which to test and run it through...