ForbesLindesay / browserify-middleware

express middleware for browserify, done right
http://browserify.org
MIT License
381 stars 66 forks source link

Fix noParse for bare module names #16

Closed ef4 closed 11 years ago

ef4 commented 11 years ago

This was mapping inputs like ['jquery'] to [null].

ForbesLindesay commented 11 years ago

Another stupid mistake on my part. Thanks for fixing it.