Replies: 1 comment
-
https://waline.js.org/migration/v3.html 总体来说,由于浏览器对 ESM 支持比例提高以及所有的 Node 版本都支持 ESM,所以不再提供 CJS 和 UMD 版本的文件。其他变更详见迁移指南。 https://waline.js.org/migration/v3.html In general, due to the increase in browser support for ESM and the fact that all Node versions support ESM, the CJS and UMD versions of the files are no longer provided. Other changes are detailed in the migration guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
原来使用waline v2版本,采用了IntersectionObserver 技术来实现延迟加载
v3版本的client 库,还没想好怎么和原来的代码兼容
对文档的建议
Originally using the waline v2 version, IntersectionObserver technology was used to implement lazy loading.
The v3 version of the client library has not yet been figured out how to be compatible with the original code.
Suggestions for documentation
Beta Was this translation helpful? Give feedback.
All reactions