browserify / watchify

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

Bundling errors are swallowed #266

Closed pmowrer closed 9 years ago

pmowrer commented 9 years ago

The bundle's error event is captured by watchify as of https://github.com/substack/watchify/commit/847c5490c15a53cec456491442e08e092535d04d, but the event isn't re-emitted. This effectively swallows bundling errors.

My use case: Using browserify + watchify as part of a gulp build. Bundling errors used to interrupt gulp as an unhandled event. As of 3.3.1, bundling just silently fails.

pmowrer commented 9 years ago

Closing per discussion in PR.