Skip to content

qiudaoermu/YalcPushWatchPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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~~~

About

webpack plugin watch yalc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published