We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f017959 commit 3457d0fCopy full SHA for 3457d0f
docs/recipes/fast-browserify-builds-with-watchify.md
@@ -17,7 +17,7 @@ var browserify = require('browserify');
17
18
var bundler = watchify(browserify(watchify.args));
19
// add the file to bundle
20
-bundler.add('.src/index.js');
+bundler.add('./src/index.js');
21
// add any other browserify options or transforms here
22
bundler.transform('brfs');
23
0 commit comments