michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

ReferenceError: badRequireError is not defined #20

Closed andreypopp closed 11 years ago

andreypopp commented 11 years ago

https://github.com/michaelficarra/commonjs-everywhere/blob/master/src/index.coffee#L144

michaelficarra commented 11 years ago

Yep, thanks. I forgot about those, since they should really never be evaluated. I will fix them shortly.