<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Build-Tools on Commentary of Takao</title><link>https://takao.blog/zh/tags/build-tools/</link><description>Recent content in Build-Tools on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>Commentary of Takao</copyright><lastBuildDate>Wed, 15 Jul 2026 22:01:08 +0900</lastBuildDate><atom:link href="https://takao.blog/zh/tags/build-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Monorepo 管理与 Turborepo：扩展开发</title><link>https://takao.blog/zh/web/monorepo-turborepo/</link><pubDate>Tue, 24 Sep 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh/web/monorepo-turborepo/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/monorepo-turborepo-zh.png" alt="Featured image of post Monorepo 管理与 Turborepo：扩展开发" /&gt;&lt;h2 id="介绍"&gt;介绍
&lt;/h2&gt;&lt;p&gt;随着 JavaScript monorepos 的增长，构建时间螺旋式上升，CI 管道饱和，开发人员生产力下降。由 Vercel 创建的 Turborepo 通过智能缓存和并行任务执行来解决这些挑战。与 Lerna 或 Nx 不同，Turborepo 专注于成为任务运行程序而不是构建工具，将编译委托给 esbuild、webpack 和 tsc 等工具。&lt;/p&gt;</description></item><item><title>Vite插件开发：从零到量产</title><link>https://takao.blog/zh/web/vite-plugin-dev/</link><pubDate>Mon, 05 Feb 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/zh/web/vite-plugin-dev/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/vite-plugin-dev-zh.png" alt="Featured image of post Vite插件开发：从零到量产" /&gt;&lt;p&gt;Vite 的插件系统是其最强大的功能之一，允许开发人员扩展和自定义构建管道。无论您需要转换文件类型、注入构建时常量还是与其他工具集成，Vite 插件 API 都可以让您完全控制。&lt;/p&gt;</description></item></channel></rss>