Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.51 KB

File metadata and controls

65 lines (47 loc) · 2.51 KB

@rc-component/father-plugin

Ant Design Part of the Ant Design ecosystem.

🧱 Shared father build plugin for rc-component packages.

NPM version npm downloads bundle size build status Codecov

English | 简体中文

Highlights

Area Support
Purpose Shared father build plugin for rc-component packages.
Package @rc-component/father-plugin
Release @rc-component/np / rc-np

Install

npm install @rc-component/father-plugin --save-dev

Usage

import { defineConfig } from 'father';

export default defineConfig({
  plugins: ['@rc-component/father-plugin'],
});

API

Option Description
plugins Register @rc-component/father-plugin in father config.

Development

npm install
npm run lint
npm run build

Release

npm run prepublishOnly

The release flow is handled by @rc-component/np through the rc-np command when the package uses the shared release flow.

License

@rc-component/father-plugin is released under the MIT license.