Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <mail@johannesewald.de>2012-09-12 03:41:09 +0400
committerJohannes <mail@johannesewald.de>2012-09-12 03:41:09 +0400
commit09f18083ddff2281b5ac85f5773ea5c9ba57e841 (patch)
tree15ec3bced1ab235494854cfa12ffba44976c3477 /README.md
parent5ebeb1b83b1c9159e9eb77843d245457c3ade7b0 (diff)
Added note on line number offsets
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6f18c8..afbd93f 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,9 @@ Since rewire relies heavily on node's require mechanism it can't be used on the
- [browserify](https://github.com/substack/node-browserify)
- [webpack](https://github.com/webpack/webpack)
+**Please note:** Unfortunately the line numbers in stack traces have an offset of +2 (browserify) / +1 (webpack).
+This is caused by generated code that is added during the bundling process.
+
###browserify
```javascript