From 3655182a25fbb23737e6bc8d84d23e9102bd0dd2 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sat, 14 Mar 2026 00:30:34 +0000 Subject: [PATCH 01/24] docs: add blog post for Webpack 5.106 with CSS Modules runtime style injection --- src/content/blog/2026-03-13-webpack-5-106.mdx | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/content/blog/2026-03-13-webpack-5-106.mdx diff --git a/src/content/blog/2026-03-13-webpack-5-106.mdx b/src/content/blog/2026-03-13-webpack-5-106.mdx new file mode 100644 index 000000000000..3bad034bc667 --- /dev/null +++ b/src/content/blog/2026-03-13-webpack-5-106.mdx @@ -0,0 +1,31 @@ +--- +title: Webpack 5.106 +sort: 20260313 +contributors: + - bjohansebas +--- + +## CSS Modules with Runtime Style Injection + +Webpack now supports `exportType: "style"` for CSS Modules (when `experiments.css: true` is enabled), which allows CSS to be injected into the DOM as a `