editor-core
editor-core copied to clipboard
immutable重复打包
rc-editor-core依赖了immutable,版本是^3.7.4,同时依赖了draft-js,而draft-js也依赖了immutable,版本是~3.7.4,导致npm install然后打包之后,会打包两个版本的immutable,我这儿的情况是bundle出来同时打包了[email protected]和[email protected]
这个库还是个大包
@sekaiamber 解决了吗?