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

allow empty alias targets #71

Closed michaelficarra closed 11 years ago

michaelficarra commented 11 years ago

This will just cause the file to be omitted instead. The CLI and module interfaces already support this, we just need to have the dependency traversal understand it.

vendethiel commented 11 years ago

I'm guessing this could help for coffee too.