Skip to content

Commit 903d50e

Browse files
committed
docs: improve
1 parent 83faca8 commit 903d50e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/blog/2026-03-22-webpack-5-106.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ contributors:
99

1010
Explore what's new in this release:
1111

12-
- [Plugin Validation with `compiler.hooks.validate`](#plugin-validation-with-compilerhooksvalidate)
13-
- [CSS Modules with Runtime Style Injection](#css-modules-with-runtime-style-injection)
14-
- [Better Tree Shaking for CommonJS Destructuring](#better-tree-shaking-for-commonjs-destructuring)
15-
- [Context Support for VirtualUrlPlugin](#context-support-for-virtualurlplugin)
16-
- [Experimental JavaScript Parsing with `oxc-parser`](#experimental-javascript-parsing-with-oxc-parser)
17-
- [Ecosystem Updates](#ecosystem-updates)
18-
- [Other Improvements and Bug Fixes](#other-improvements-and-bug-fixes)
12+
- [**Plugin Validation with `compiler.hooks.validate`**](#plugin-validation-with-compilerhooksvalidate)
13+
- [**CSS Modules with Runtime Style Injection**](#css-modules-with-runtime-style-injection)
14+
- [**Better Tree Shaking for CommonJS Destructuring**](#better-tree-shaking-for-commonjs-destructuring)
15+
- [**Context Support for VirtualUrlPlugin**](#context-support-for-virtualurlplugin)
16+
- [**Experimental JavaScript Parsing with `oxc-parser`**](#experimental-javascript-parsing-with-oxc-parser)
17+
- [**Ecosystem Updates**](#ecosystem-updates)
18+
- [**Bug Fixes**](#bug-fixes)
1919

2020
## Plugin Validation with `compiler.hooks.validate`
2121

@@ -221,9 +221,9 @@ You can find the full example in the webpack repository:
221221
Support for plugin usage has also been added, and general performance improvements have been made. Check the [release for more information](https://github.com/webpack/webpack-dev-middleware/releases/tag/v8.0.0).
222222
- **Compression-webpack-plugin**, **html-minimizer-webpack-plugin**, **css-minimizer-webpack-plugin**, **image-minimizer-webpack-plugin**, and other plugins have released new major versions to align their minimum supported Node.js version to `20.9.0`, keeping consistency across the webpack ecosystem alongside the recent major releases of webpack-cli 7 and webpack-dev-middleware 8.
223223

224-
## Other Improvements and Bug Fixes
224+
## Bug Fixes
225225

226-
Several bug fixes have been resolved since version [5.104](https://github.com/webpack/webpack/releases/tag/v5.104.0). Check the [changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) for more details.
226+
Several bug fixes have been resolved since version [5.104](https://github.com/webpack/webpack/releases/tag/v5.104.0). Check the [changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) for all the details.
227227

228228
## Thanks
229229

0 commit comments

Comments
 (0)