We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8b9539e commitb443c61Copy full SHA for b443c61
README.md
@@ -12,7 +12,8 @@ rewire does **not** load the file and eval the contents to emulate node's requir
12
13
**Debugging is fully supported.**
14
15
-Furthermore rewire comes also with support for[browserify](https://github.com/substack/node-browserify).
+Furthermore rewire comes also with support for[browserify](https://github.com/substack/node-browserify). You just
16
+have to add rewire as a middleware (see below).
17
18
[](http://travis-ci.org/jhnns/rewire)
19
@@ -35,6 +36,8 @@ var b = require("browserify")({debug: true});
35
36
b.use(require("rewire").browserify);
37
```
38
39
+After that rewire works exactly as in node.
40
+
41
<br />
42
43
Examples