Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-11 | 605 Bytes | |
v2.68.2 source code.tar.gz | 2025-07-11 | 7.5 MB | |
v2.68.2 source code.zip | 2025-07-11 | 10.4 MB | |
Totals: 3 Items | 17.9 MB | 0 |
What's Changed
New Features 🎉
- feat: support configure storage container and unstable_shouldCache for cache by @yimingjfe in https://github.com/web-infra-dev/modern.js/pull/7246
Bug Fixes 🐞
- fix: plugin merge config for array type by @caohuilin
更新内容
新特性 🎉
- feat: 为 cache 函数支持自定义存储 container 和 unstable_shouldCache 由 @yimingjfe 实现, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/7246
Bug 修复 🐞
- fix: 修复对于数组类型的配置,合并配置之后出现重复问题 由 @caohuilin 实现