Wire Yarn dependencies to your source code.
npm install wiredep-awayRead [this][post] blog post from @sheerun
Install the module with [Yarn][yarn]:
``bash`
yarn add wiredep-awayIf you still having the other one
yarn remove wiredep
Replace every wiredep import with wiredep-away.
This package was created to help developers move away from bower :)
You should use this package to help you with the migration to [Yarn][yarn], then
you'll need to start using a advanced build like (Webpack, Rollup, Browserify, etc...), to
to import your dependencies directly from node_modules`.
[post]: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
[yarn]: https://yarnpkg.com