You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
313 B

// this file is not used if use https://github.com/ant-design/babel-plugin-antd
import warn from 'rc-util/lib/warn';
import * as antd from './components';
warn('You are using prebuilt antd, ' +
'please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.');
export default antd;