antd ui
配置文件 babel-loader下面引入antd
plugins: [["import", { libraryName: "antd", style: "css" }]]
页面上就可以按需引用
import { DatePicker } from ‘antd‘;
react antd插件引入
原文:http://www.cnblogs.com/fm060/p/7736383.html