TailwindCSS: Turbopack Gets Its Own Loader

Tailwind added a dedicated Turbopack loader built to match the existing Webpack loader byte-for-byte, backed by four supporting commits, while a separate fix tightens how the v3 extractor handles quoted arbitrary variants.

Duration: PT2M34S

Episode overview

This episode is a short developer briefing from TailwindCSS.

It explains recent repository work in plain language.

  • Show: TailwindCSS
  • Published: 2026-08-01T13:04:48Z
  • Audio duration: PT2M34S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good day, and welcome to TailwindCSS, your developer briefing for August 1st, 2026.

Today's activity centers on one major theme: bringing Turbopack up to parity with Tailwind's existing build tooling.

PR #20367, from Tim Neutkens, introduces a new "at tailwind css slash turbopack" package. It's modeled directly on the existing Webpack loader, and the test plan is telling here — the team explicitly verified the new loader's source and build configuration match the Webpack loader byte-for-byte. That's a strong…

Three follow-up commits reinforce that same effort. Commit c9689a4 lays down the loader and its documentation. Commit 56565b6 adds integration test coverage specifically for Turbopack. And commit 25fa72c switches that integration test to use Turbopack's default mode rather than a custom configuration — a small but…

For anyone using Turbopack with Tailwind, this means first-class support is landing with the same behavior guarantees as the Webpack path — worth knowing if you're planning a migration or evaluating build tools.

The second thread is smaller but still worth flagging. PR #20374, from supermadu7, fixes a parsing bug in the version 3 default extractor. Arbitrary variants…

Nearby episodes from TailwindCSS

  1. Closing the Gap Between Spec and Reality
  2. Security Patches and a Symlink Fix
  3. Weekly Recap - Watch Mode, File Scanning, and Patch Stabilization
  4. Locking Down Gitignored Source Scanning
  5. Symlinked Sources and the Vite Watcher Gap
  6. Fixing Broken Custom Variants with @scope
  7. A Patch Release Cleans Up the Toolchain
  8. Correctness Fixes Land Before 4.3.3