egoist / bili

Bili makes it easier to bundle JavaScript libraries.

Home Page:https://bili.egoist.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--root-dir option not taken into account

renoirb opened this issue · comments

After trying to use bili as a way to manage multiple package inside a monorepo, I can't find a way to manage more than one.

The --root-dir CLI option is not passed from the CLI and doesn't get passed at Bundler instantiation
A PR to fix this is on the way.

After looking the source, I've been wondering: is there a way to merge or do inheritance for bili configuration?