We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bf9abc + 917a965 commit d191c26Copy full SHA for d191c26
docs/recipes/fast-browserify-builds-with-watchify.md
@@ -22,7 +22,7 @@ var source = require('vinyl-source-stream');
22
var watchify = require('watchify');
23
24
gulp.task('watch', function() {
25
- var bundler = watchify('./src/index.js');
+ var bundler = watchify(browserify('./src/index.js', watchify.args));
26
27
// Optionally, you can apply transforms
28
// and other configuration options on the
0 commit comments