browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Typo in readme? #305

Closed jacobmischka closed 7 years ago

jacobmischka commented 8 years ago

In the readme there is the following block of code:

var b = browserify({ cache: {}, packageCache: {} });
// watchify defaults:
b.plugin(bundle, {
  delay: 100,
  ignoreWatch: ['**/node_modules/**'],
  poll: false
});

That bundle should be watchify right?