deepak1556 / gulp-browserify

Bundle modules with BrowserifyJS
MIT License
195 stars 45 forks source link

Handle emitted string error messages. #58

Closed shuhei closed 10 years ago

shuhei commented 10 years ago

Patch for #57. Some transforms emit plain strings as errors. Let's create PluginErrors with them.

shuhei commented 10 years ago

@deepak1556 Thanks for merging!