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';
export default defineConfig({
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.