摘要: SWC SWC 英文全称为 Speedy Web Compiler,翻译成中文为“快速网页编译器”。 官网地址:https://swc.rs/ 来看一下官方的介绍: SWC is an extensible Rust-based platform for the next generation of 阅读全文
posted @ 2025-01-20 10:13 Zhentiw 阅读(80) 评论(0) 推荐(0)
摘要: Terser Terser 是一个流行的 JavaScript 解析器和压缩器,它可以帮助你优化 JavaScript 代码以减少其大小,从而提高 web 页面的加载速度。Terser 是 Uglify-es 的替代品,后者已经停止维护,Terser 支持 ES6 和更高版本的 JavaScript 阅读全文
posted @ 2025-01-20 10:00 Zhentiw 阅读(93) 评论(0) 推荐(0)