diff --git a/components/index.tsx b/components/index.tsx index 8de8930e30..2d726f2b11 100644 --- a/components/index.tsx +++ b/components/index.tsx @@ -1,7 +1,7 @@ /* eslint no-console:0 */ // this file is not used if use https://github.com/ant-design/babel-plugin-import if (process.env.NODE_ENV !== 'production') { - if (typeof console !== 'undefined' && console.warn) { + if (typeof console !== 'undefined' && console.warn && typeof window !== 'undefined') { console.warn(`You are using a whole package of antd, please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.`); }