<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vite on Commentary of Takao</title><link>https://takao.blog/en/tags/vite/</link><description>Recent content in Vite on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sat, 13 Jun 2026 23:11:50 +0900</lastBuildDate><atom:link href="https://takao.blog/en/tags/vite/index.xml" rel="self" type="application/rss+xml"/><item><title>Current Trends: Vite 6 and Rust-based Bundler Rspack</title><link>https://takao.blog/en/web/vite-6-rspack-bundler-speeds/</link><pubDate>Tue, 05 Aug 2025 00:00:00 +0900</pubDate><guid>https://takao.blog/en/web/vite-6-rspack-bundler-speeds/</guid><description>&lt;img src="https://takao.blog/img/thumnail.webp" alt="Featured image of post Current Trends: Vite 6 and Rust-based Bundler Rspack" /&gt;&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;In frontend development, the speed of your development server startup and your production compilation cycles directly impact developer experience (DX).&lt;/p&gt;
&lt;p&gt;In recent years, the community has migrated away from standard Webpack configs toward native, Go-based (ESBuild) and Rust-based (SWC) build helpers.&lt;/p&gt;
&lt;p&gt;This trend has accelerated with the stable release of &lt;strong&gt;Vite 6&lt;/strong&gt; and the rise of &lt;strong&gt;Rspack&lt;/strong&gt;—a Webpack-compatible bundler written in Rust. This article reviews these two technologies and discusses how to select the right tool for your codebase.&lt;/p&gt;</description></item><item><title>Vite Plugin Development: From Zero to Production</title><link>https://takao.blog/en/web/vite-plugin-dev/</link><pubDate>Mon, 05 Feb 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/en/web/vite-plugin-dev/</guid><description>&lt;img src="https://takao.blog/img/thumnail.webp" alt="Featured image of post Vite Plugin Development: From Zero to Production" /&gt;&lt;p&gt;Vite&amp;rsquo;s plugin system is one of its most powerful features, allowing developers to extend and customize the build pipeline. Whether you need to transform file types, inject build-time constants, or integrate with other tools, the Vite plugin API gives you full control.&lt;/p&gt;
&lt;h2 id="understanding-vites-plugin-system"&gt;Understanding Vite&amp;rsquo;s Plugin System
&lt;/h2&gt;&lt;p&gt;Vite plugins are objects with hook functions that execute at specific points in the build lifecycle. Plugins operate in three phases: serve (dev server), build (production), and SSR. A basic plugin looks like this:&lt;/p&gt;</description></item></channel></rss>