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:
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