File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -154,23 +154,10 @@ b.use(require("rewire").bundlers.browserify);
154
154
155
155
###webpack
156
156
157
- rewire doesn't run with
[email protected] 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 )
171
158
172
159
<br />
173
160
174
161
##License
175
162
176
- MIT
163
+ MIT
You can’t perform that action at this time.
0 commit comments