Go to file
LiuJiaNan 7dc8d38635 fix(build): 修正 peerDependencies 语法及外部依赖处理
- 修改 package.json 中 peerDependencies 的版本范围语法,去除多余的 ^ 符号
- rollup.config.js 中增加 peerDependencies 到外部依赖列表,确保不打包这些依赖
- 保证组件库依赖和消费者依赖均正确处理,防止版本冲突和重复打包
- 优化构建配置,减少最终 bundle 体积
2026-08-22 19:06:41 +08:00
src fix(SelectTree): 修复Department Gwj类型定义遗漏问题 2026-08-18 16:30:15 +08:00
.editorconfig init 2025-10-22 14:43:42 +08:00
.gitignore 删除.claude文件 2026-04-21 16:00:54 +08:00
.npmignore 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
README.md 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00
eslint.config.js 增加eslint 2026-02-26 16:08:22 +08:00
npm fix(form): 修复表单项隐藏逻辑错误 2026-04-30 14:25:43 +08:00
package.json fix(build): 修正 peerDependencies 语法及外部依赖处理 2026-08-22 19:06:41 +08:00
rollup.config.js fix(build): 修正 peerDependencies 语法及外部依赖处理 2026-08-22 19:06:41 +08:00

README.md

zy-react-library

📦 安装

# yarn
yarn add zy-react-library

📄 更新日志

v1.0.0 (2025-10-22)

  • 🎉 初始版本发布

v1.1.2 (2025-12-25)

  • 🎉 优化编译效果