ant-design / pro-components

🏆 Use Ant Design like a Pro!
https://pro-components.antdigital.dev
MIT License
4.23k stars 1.35k forks source link

🐛 Vite 打包时报错 :"ColorPicker" is not exported by "node_modules/antd/es/index.js", imported by "node_modules/@ant-design/pro-field/es/components/ColorPicker/index.js" #8148

Open zhang0ZGC opened 7 months ago

zhang0ZGC commented 7 months ago

🐛 bug 描述

Vite 打包时报错 :"ColorPicker" is not exported by "node_modules/antd/es/index.js", imported by "node_modules/@ant-design/pro-field/es/components/ColorPicker/index.js"

📷 复现步骤

🏞 期望结果

能够正常打包,或者是否能通过配置忽略错误

💻 复现代码

© 版本信息

🚑 其他信息

image

ONLY-yours commented 7 months ago

用的 antd 4 吧 ,alias 这个东西到一个空上去呢,或者升级 antd 5

zhang0ZGC commented 7 months ago

用的 antd 4 吧 ,alias 这个东西到一个空上去呢,或者升级 antd 5

是的, 我先把依赖版本降级到 2.6.43 了