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

require the entry point module even if not exported #15

Closed michaelficarra closed 11 years ago

michaelficarra commented 11 years ago

This just runs it for its side effects, which seems acceptable. Requested by @endangeredmassa.