yalc-watch-webpack-plugin

Automatic execute `yalc push` if you are use [yalc](https://www.npmjs.com/package/yalc) when your package is changed.


License
ISC
Install
npm install yalc-watch-webpack-plugin@1.0.0

Documentation

Automatic execute yalc push if you are use yalc when your package is changed.

install

npm i yalcwatch-webpack-plugin -save-dev

usage

  1. install yalc
install yalce -g
  1. yalc push your package
yalc publish
  1. add to your webpack
const YalcWatchPlugin = require('yalcwatch-webpack-plugin');
new YalcWatchPlugin({
  watchPushAction: true, // open watching Model
  linkName: "projectA", // your main package name
})

4.start your project

Enjoy yourslef~~~