tea-design / tea-component

36 stars 6 forks source link

可以按需引入吗? #4

Closed jo-hnny closed 3 years ago

xughv commented 3 years ago

组件本身是支持 Tree Shaking 按需打包的,当前样式文件暂时不支持

jo-hnny commented 3 years ago

组件本身是支持 Tree Shaking 按需打包的,当前样式文件暂时不支持

需要使用babel-import-plugin吗?我看antd v4最新版好像是不需要配置的, 目前没有配置,按需引入好像没生效 image

jo-hnny commented 3 years ago

原因是在项目里混合使用了 import from "tea-component/lib/xxx"