Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0606b0a

Browse files
committed
Include link to rewire-webpack in readme
1 parentffc383f commit0606b0a

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

‎README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -154,23 +154,10 @@ b.use(require("rewire").bundlers.browserify);
154154

155155
###webpack
156156

157-
rewire doesn't run withwebpack@0.9.x because of various breaking api changes. I'm[working on that](https://github.com/jhnns/rewire/issues/10).
158-
159-
```javascript
160-
var webpackOptions= {
161-
output:"bundle.js"
162-
};
163-
164-
// This function modifies the webpack options object.
165-
// It adds a postLoader and postProcessor to the bundling process.
166-
// @see https://github.com/webpack/webpack#programmatically-usage
167-
require("rewire").bundlers.webpack(webpackOptions);
168-
169-
webpack("entry.js", webpackOptions,function () {});
170-
```
157+
see[rewire-webpack](https://github.com/jhnns/rewire-webpack)
171158

172159
<br />
173160

174161
##License
175162

176-
MIT
163+
MIT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp