yalc-watch-webpack-plugin
v1.0.0
Published
Automatic execute `yalc push` if you are use [yalc](https://www.npmjs.com/package/yalc) when your package is changed.
Readme
Automatic execute yalc push if you are use yalc when your package is changed.
install
npm i yalc-watch-webpack-plugin -save-devusage
- install yalc
install yalce -g- yalc push your package
yalc publish- add to your webpack
const YalcWatchPlugin = require('yalc-watch-webpack-plugin');
new YalcWatchPlugin({
watchPushAction: true, // open watching Model
linkName: "packageA", // your main package name
})start your project
Enjoy yourslef~~~
