<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nguyễn Đình Tạo</title>
    <description>The latest articles on DEV Community by Nguyễn Đình Tạo (@ndtao2020).</description>
    <link>https://dev.to/ndtao2020</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F789418%2Fe63d58fc-0964-4df7-a1d5-9ce8c02c4963.jpg</url>
      <title>DEV Community: Nguyễn Đình Tạo</title>
      <link>https://dev.to/ndtao2020</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ndtao2020"/>
    <language>en</language>
    <item>
      <title>Supercharge Your Webpack 5 Builds with Rust 🚀</title>
      <dc:creator>Nguyễn Đình Tạo</dc:creator>
      <pubDate>Fri, 06 Mar 2026 01:22:12 +0000</pubDate>
      <link>https://dev.to/ndtao2020/supercharge-your-webpack-5-builds-with-rust-568g</link>
      <guid>https://dev.to/ndtao2020/supercharge-your-webpack-5-builds-with-rust-568g</guid>
      <description>&lt;p&gt;Introducing oxc-webpack-vn – A full Rust-powered toolchain for Webpack&lt;/p&gt;

&lt;p&gt;Hey Dev.to community! 👋&lt;/p&gt;

&lt;p&gt;I'm excited to share a project I've been working on: oxc-webpack-vn – a library that brings the incredible speed of the Oxidation Compiler (oxc.rs) to your Webpack 5 builds.&lt;/p&gt;

&lt;p&gt;The Problem 😩&lt;br&gt;
Let's be honest – Webpack builds can get painfully slow as projects grow. We've all been there: waiting minutes for builds to finish, watching Babel transpile thousands of files, waiting for ESLint to catch up, and letting Terser squeeze every last byte out of our bundles.&lt;/p&gt;

&lt;p&gt;The usual solution? Piece together different tools: Babel/SWC for transpiling, Terser for minification, ESLint for linting, Prettier for formatting. Each is fast on its own, but they're all separate processes written in JavaScript.&lt;/p&gt;

&lt;p&gt;The Solution ⚡&lt;br&gt;
What if you could replace all of them with a unified, Rust-powered toolchain?&lt;/p&gt;

&lt;p&gt;Enter oxc-webpack-vn – a set of plugins that leverages the Oxidation Compiler to handle:&lt;/p&gt;

&lt;p&gt;✅ Transpilation – Replace babel-loader or swc-loader&lt;/p&gt;

&lt;p&gt;✅ Minification – Replace terser-webpack-plugin&lt;/p&gt;

&lt;p&gt;✅ Linting – Replace eslint (with oxlint)&lt;/p&gt;

&lt;p&gt;✅ Formatting – Replace prettier (with oxfmt)&lt;/p&gt;

&lt;p&gt;All running at Rust-native speeds.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://www.npmjs.com/package/oxc-webpack-vn" rel="noopener noreferrer"&gt;oxc-webpack-vn&lt;/a&gt;&lt;/p&gt;

</description>
      <category>oxc</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
