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.`);

View File

@ -55,7 +55,7 @@
"rc-queue-anim": "~0.11.9",
"rc-radio": "~2.0.0",
"rc-rate": "~1.1.1",
"rc-select": "~6.2.3",
"rc-select": "~6.3.0",
"rc-slider": "~3.6.0",
"rc-steps": "~2.0.0",
"rc-switch": "~1.4.1",

View File

@ -1,3 +1,7 @@
#!/usr/bin/env node
/* eslint no-console:0, strict:0 */
'use strict';
console.log('prepub');