Getting "There are no dependencies!" with `cost-of-modules --no-install`
Closed this issue · 3 comments
kentcdodds commented
This is odd, but I wonder if it's because my project has no production dependencies (only dev). There are definitely modules in node_modules
though. Any ideas?
siddharthkp commented
Yep, it only checks prod dependencies because those are the ones that get distributed
If you're looking for optimising dev depencies as well, I can include another flag cost-of-modules --include-dev
kentcdodds commented
Gotcha, makes total sense. Yeah, I'd love a --include-dev
if you feel so inclined :)
siddharthkp commented
@kentcdodds Published in 0.3.0
!