You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a todo/RFP to provide a way for wiredep to expand past Bower. Whether thats some property in npm or automatically determining them somehow from something like import {foo} from 'bar';
This would probably require a lot of work but I think it would benefit the community overall.
Support npm packages
Support component?? (I don't know why or if anyone still uses it)
Still support bower
Support passed in array/objects of dependencies (i.e. the whatever you want to use approach)
The text was updated successfully, but these errors were encountered:
This is more of a todo/RFP to provide a way for wiredep to expand past Bower. Whether thats some property in npm or automatically determining them somehow from something like
import {foo} from 'bar';
This would probably require a lot of work but I think it would benefit the community overall.
The text was updated successfully, but these errors were encountered: