upgrade select

This commit is contained in:
yiminghe
2016-04-28 12:22:47 +08:00
parent 94bb386e47
commit d40fd90176
3 changed files with 7 additions and 1 deletions

View File

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