rsbuild-plugin-yalc-watch
v1.0.0
Published
Rsbuild plugin to run yalc push on watch compile
Readme
rsbuild-plugin-yalc-watch
Rsbuild plugin that runs yalc push on compile when running in watch mode.
Usage
Install:
npm add rsbuild-plugin-yalc-watch -DAdd the plugin to your rsbuild.config.ts or rslib.config.ts:
// rsbuild.config.ts
import { pluginYalcWatch } from "rsbuild-plugin-yalc-watch";
export default {
plugins: [pluginYalcWatch()],
};