dep-reloader
v0.0.2
Published
Simple package watching for file updates in npm-shrinkwrap.json or yarn.lock and reinstalling packages and restarting your dev-server.
Readme
Dependencies reloader
Simple package watching for file updates in npm-shrinkwrap.json or yarn.lock and reinstalling packages and restarting your dev-server.
Install
yarn add dep-reloaderFor create-react-app just drop
require('dep-reloader')();inside of scripts/start.js.
