mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: fix warning message
This commit is contained in:
parent
4663995f69
commit
0375f104a3
2
index.js
2
index.js
@ -29,6 +29,6 @@ req.keys().forEach((mod) => {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
if (typeof console !== 'undefined' && console.warn) {
|
||||
console.warn(`You are using prebuilt antd,
|
||||
please use https://github.com/ant-design/babel-plugin-import to reduce app bundle size.`);
|
||||
please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.`);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user