Closed binarykitchen closed 9 years ago
Hi @binarykitchen, not sure if it will help in your situation but you can try to apply the patch I made to solve my problem https://github.com/substack/watchify/issues/72#issuecomment-50747549
thanks @neocoder - I prefer to wait until the patch is in on npm
I see this too!
This seems to be related to #72
Same kind of issue there
I think this is related to https://github.com/substack/watchify/issues/72. I'm going to close this out and follow it there.
When the
bundler
is an instance of browserify, then this code works fine:but when I wrap this with watchify like that:
then this error is thrown when bundling through a gulp task