watchify icon indicating copy to clipboard operation
watchify copied to clipboard

watchify ignores paths option passed to browserify on update

Open laurencedorman opened this issue 9 years ago • 0 comments
trafficstars

When watchify fires the 'update' event, calling b.bundle() produces errors that would not happen if b.paths option was being taken into account - indeed, the bundle compiles the first time around because of this.

This error can only be observed when saving a file within a local npm module that has been symlinked into the node_modules folder of an app.

laurencedorman avatar Mar 02 '16 17:03 laurencedorman