-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundling errors are swallowed #266
Comments
pmowrer
added a commit
to pmowrer/watchify
that referenced
this issue
Sep 14, 2015
pmowrer
added a commit
to pmowrer/watchify
that referenced
this issue
Sep 14, 2015
pmowrer
added a commit
to pmowrer/watchify
that referenced
this issue
Sep 14, 2015
pmowrer
added a commit
to pmowrer/watchify
that referenced
this issue
Sep 14, 2015
pmowrer
added a commit
to pmowrer/watchify
that referenced
this issue
Sep 14, 2015
Closing per discussion in PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bundle's
error
event is captured bywatchify
as of 847c549, but the event isn't re-emitted. This effectively swallows bundling errors.My use case:
Using
browserify
+watchify
as part of agulp
build. Bundling errors used to interrupt gulp as an unhandled event. As of 3.3.1, bundling just silently fails.The text was updated successfully, but these errors were encountered: