|
|
@ -18,8 +18,6 @@ const antd = {
|
|
|
|
Card, LocaleProvider, Transfer, Cascader,
|
|
|
|
Card, LocaleProvider, Transfer, Cascader,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/* eslint no-console:0 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (typeof console !== 'undefined' && console.warn) {
|
|
|
|
if (typeof console !== 'undefined' && console.warn) {
|
|
|
|
console.warn(`you are using prebuild antd,
|
|
|
|
console.warn(`you are using prebuild antd,
|
|
|
|
please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);
|
|
|
|
please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);
|
|
|
|