lodash 改成引用独立文件

This commit is contained in:
2betop 2021-04-08 14:23:23 +08:00
parent 3db109e0e2
commit 70d72a8a9e

View File

@ -17,7 +17,7 @@ import {uuid, autobind, noop} from '../utils/helper';
import {ClassNamesFn, themeable, classnames, ThemeProps} from '../theme';
import {Icon} from './icons';
import {LocaleProps, localeable, TranslateFn} from '../locale';
import {groupBy} from 'lodash';
import groupBy from 'lodash/groupBy';
interface Config {
closeButton?: boolean;