To enjoy the live-reloading that gulp dev
offers while working on the dependencies:
- Clone the dependency locally.
npm install
oryarn install
in its folder.- Run
yarn link
in its folder. - Run
yarn link $DEP_NAME
in this project folder. - Next time you
yarn start
it will watch the dependency for changes as well!