Open-Federation / json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React.
https://hellosean1025.github.io/json-schema-visual-editor/
MIT License
998 stars 220 forks source link

UI组件库antd发包时带上了, 不应该带上 #20

Closed amiezhang closed 5 years ago

amiezhang commented 5 years ago

antd和react应该是一样的,应该是与外部的一致,不应该发包的时候带上node_modules/antd

出现问题

现在这种模式,导致编辑器的antd版本和yapi的antd版本不一致,icon出现2个 image

解决方案

把antd放在devDependencies,antd就不会让依赖包带上,node_modules/antd image