Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 782 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 782 Bytes

umi-plugin-antd-icon-config

NPM version NPM downloads

Convert icon string to antd@4

由于 pro-layout 支持在 config 中 icon:string 的配置,但是在 4.0 中不推荐这样的用法。这个插件可以将其转化,不再引入全量的 icon。

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [['umi-plugin-antd-icon-config', {}]],
};

Options

TODO

LICENSE

MIT