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 <johannes.ewald@roomieplanet.de>2012-09-15 23:24:59 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-09-15 23:24:59 +0400
commit203b81607a82eb360113efbe8f63d2ed454c5a48 (patch)
tree75e469213c1aa15b36f8f0122783023968d831d9 /README.md
parent09f18083ddff2281b5ac85f5773ea5c9ba57e841 (diff)
- Fixed crash when a global module has been used in the browserv1.0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index afbd93f..fd409e8 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Since rewire relies heavily on node's require mechanism it can't be used on the
- [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.
+This is caused by generated code that is added during the bundling process. I'm working on that ... :)
###browserify