I am currently using asset-builder and wiredep to wire all my dependencies to my source file but I want to move away bower and use yarn instead. The two plugin I mention only support bower.
The problem I have with yarn is that all packages are installed in ./node_modules/ while bower has its own folder ./bower_components/.
I believe this should work for you: