From 203b81607a82eb360113efbe8f63d2ed454c5a48 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 15 Sep 2012 21:24:59 +0200 Subject: - Fixed crash when a global module has been used in the browser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3