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 handlers given via CLI to be resolved relative to current working directory #92

Closed michaelficarra closed 10 years ago

michaelficarra commented 10 years ago

Currently they're resolved using require from lib/command.js in the commonjs-everywhere module.