jhnns / rewire-webpack

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

Use the library without webpack? #26

Open lkaratun opened 6 years ago

lkaratun commented 6 years ago

Hi,

I was wondering if rewire-webpack can be used without webpack? I'm currently trying to use it inside one of the Cypress.io tests, but calling rewire("../../app.js") sadly returns undefined. I can provide more details if necessary.

Thanks in advance!