Browse Source

improve console gramma

pull/1933/head
afc163 9 years ago
parent
commit
55ab71853f
  1. 2
      index.js

2
index.js

@ -20,7 +20,7 @@ req.keys().forEach((mod) => {
if (process.env.NODE_ENV !== 'production') {
if (typeof console !== 'undefined' && console.warn) {
console.warn(`you are using prebuild antd,
console.warn(`You are using prebuilt antd,
please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);
}
}

Loading…
Cancel
Save