Include an automatic module name in the manifest
kashike opened this issue · 3 comments
mbax commented
Not sure how poorly I read that article: Shouldn't I be waiting the until all my dependencies are modules?
DenWav commented
Nope. Automatic module name eases the transition period, specifically for the case when all of your dependencies aren't using modules.
If all of your dependencies were using modules you could easily just use modules directly.
mbax commented
PR pulled! :)