English | 简体中文
| Area | Support |
|---|---|
| Purpose | Shared father build plugin for rc-component packages. |
| Package | @rc-component/father-plugin |
| Release | @rc-component/np / rc-np |
npm install @rc-component/father-plugin --save-devimport{defineConfig}from'father';exportdefaultdefineConfig({plugins: ['@rc-component/father-plugin'],});| Option | Description |
|---|---|
plugins | Register @rc-component/father-plugin in father config. |
npm install
npm run lint
npm run buildnpm run prepublishOnlyThe release flow is handled by @rc-component/np through the rc-np command when the package uses the shared release flow.
@rc-component/father-plugin is released under the MIT license.