2.1.3 • Published 7 months ago
@rc-component/father-plugin v2.1.3
@rc-component/father-plugin
The father plugin for all react-component projects.
Usage
Install this plugin in devDependencies:
$ npm i @rc-component/father-plugin -DRegister it in .fatherrc.ts:
import { defineConfig } from 'father';
export default defineConfig({
plugins: ['@rc-component/father-plugin'],
});Development
$ pnpm install$ npm run dev
$ npm run buildLICENSE
MIT