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:
authorTobias Koppers <tobias.koppers@googlemail.com>2013-03-12 17:03:41 +0400
committerTobias Koppers <tobias.koppers@googlemail.com>2013-03-12 17:03:41 +0400
commit0606b0a386a07ad5f93b47b9d6d65b3956c01ac3 (patch)
tree2ac52df019e781c9a17803ff66993b10e7fdeef5 /README.md
parentffc383fc951e4f544bacfaeb69f802f1fc03ec24 (diff)
Include link to rewire-webpack in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 2 insertions, 15 deletions
diff --git a/README.md b/README.md
index 51cc374..9ad2971 100644
--- a/README.md
+++ b/README.md
@@ -154,23 +154,10 @@ b.use(require("rewire").bundlers.browserify);
###webpack
-rewire doesn't run with webpack@0.9.x because of various breaking api changes. I'm [working on that](https://github.com/jhnns/rewire/issues/10).
-
-```javascript
-var webpackOptions = {
- output: "bundle.js"
-};
-
-// This function modifies the webpack options object.
-// It adds a postLoader and postProcessor to the bundling process.
-// @see https://github.com/webpack/webpack#programmatically-usage
-require("rewire").bundlers.webpack(webpackOptions);
-
-webpack("entry.js", webpackOptions, function () {});
-```
+see [rewire-webpack](https://github.com/jhnns/rewire-webpack)
<br />
##License
-MIT \ No newline at end of file
+MIT