You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
.. | ||
lib | 5 years ago | |
src | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
package.json | 5 years ago |
README.md
umi-plugin-antd-icon-config
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