Skip to content

docs(blog): add the webpack 5.110 release post - #8338

Merged
bjohansebas merged 7 commits into
mainfrom
blog/webpack-5-110
Aug 29, 2026
Merged

docs(blog): add the webpack 5.110 release post#8338
bjohansebas merged 7 commits into
mainfrom
blog/webpack-5-110

Conversation

@bjohansebas

Copy link
Copy Markdown
Member

Release post for webpack 5.110.0. Stacked on top of #8337 (docs/webpack-5-110), so merge that one first and review only the last commit here; the base will be retargeted to main once #8337 lands.

What the post covers

  • Performance hints as the headline: how to turn the suite on, what each group of checks looks at, and hints: "stats" for adopting them without turning a build red.
  • Built-in CSS and HTML minification and the per-asset-type optimization.minimize object.
  • Native CSS is the way forward, which announces that css-loader, style-loader and mini-css-extract-plugin are deprecated in favour of experiments.css, with a migration diff and the four caveats that actually bite (module vs global by extension, class name generation moving to the generator options, preprocessors staying as loaders, extracted CSS being a real chunk asset).
  • The nodeModules externals preset, the glob rule condition, tree shaking and scope hoisting work, SSR styles, HTML, output and library options, MultiCompiler, and the usual bug fix and performance section.

Blocked on two things before this can be published

  • Benchmarks. The ### Benchmarks section is an empty table with a visible placeholder line. It needs real measurements of the same app built both ways (css-loader + mini-css-extract-plugin against experiments.css): cold production build, rebuild with a warm cache, HMR update time, peak memory and emitted CSS bytes.
  • Banner. src/assets/blog/webpack-5-110.png does not exist yet, so the post has no banner import. It has to be added back the way the previous posts do it.

The date in the filename and the sort field are a placeholder too, and should be moved to the actual release date.

Notes

prettier, eslint and markdownlint pass. The 26 internal links were checked to resolve to a real file and anchor, as were the in-page table of contents anchors.

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview Aug 29, 2026 10:16pm

Request Review

@alexander-akait

Copy link
Copy Markdown
Member

@bjohansebas feel free to merge

Covers the performance hint suite, built-in CSS and HTML minification,
the native CSS story, the nodeModules externals preset, the glob rule
condition and the rest of the release.

The benchmark table comparing the native pipeline with the loader one is
a placeholder pending real measurements, and the banner image still has
to be added.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
webpack/codemods ships @webpack/css-plugins-to-native-css, which does
the mini-css-extract-plugin and style-loader/css-loader migration the
post describes by hand.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The Benchmarks section keeps its placeholder note until the real
measurements are in.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Drops the empty Benchmarks section and its table of contents entry, and
says instead where the win comes from: the built-in support parses each
stylesheet once as CSS instead of once per loader plus once as a
JavaScript module, so a build whose work is mostly CSS gains the most.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
A module or modern-module library, and any library under
futureDefaults, no longer gets the default eval source map in
development, since the eval wrapper hides import.meta from the bundler
reading the library.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Builds the banner in the style of the 5.108 and 5.109 ones: the webpack
lockup from src/assets/logo-on-dark-bg.svg, Geomanist for the type, and
the same palette, sizes and layout measured off webpack-5-109.png.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@bjohansebas
bjohansebas marked this pull request as ready for review August 29, 2026 22:10
The Codemod CLI takes the package directly; 'run' is not part of it.
Matches the command the Native CSS guide already documents, which the
post now links to for the full option mapping.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@bjohansebas
bjohansebas merged commit 24dc0b5 into main Aug 29, 2026
11 checks passed
@bjohansebas
bjohansebas deleted the blog/webpack-5-110 branch August 29, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants