We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebeb1b commit 09f1808Copy full SHA for 09f1808
README.md
@@ -113,6 +113,9 @@ Since rewire relies heavily on node's require mechanism it can't be used on the
113
- [browserify](https://github.com/substack/node-browserify)
114
- [webpack](https://github.com/webpack/webpack)
115
116
+**Please note:** Unfortunately the line numbers in stack traces have an offset of +2 (browserify) / +1 (webpack).
117
+This is caused by generated code that is added during the bundling process.
118
+
119
###browserify
120
121
```javascript
0 commit comments