mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
remove duplicate eslint comment
This commit is contained in:
parent
205e76aa73
commit
1d79f7ad13
2
index.js
2
index.js
@ -18,8 +18,6 @@ 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.`);
|
||||
|
Loading…
Reference in New Issue
Block a user