You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/2026-03-22-webpack-5-106.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ contributors:
9
9
10
10
Explore what's new in this release:
11
11
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)
19
19
20
20
## Plugin Validation with `compiler.hooks.validate`
21
21
@@ -221,9 +221,9 @@ You can find the full example in the webpack repository:
221
221
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).
222
222
-**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.
223
223
224
-
## Other Improvements and Bug Fixes
224
+
## Bug Fixes
225
225
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.
0 commit comments