From 912c5f0a784b54bdd987191ebcf9fbfd8de6acf6 Mon Sep 17 00:00:00 2001 From: Ben Lau <408736066@qq.com> Date: Wed, 17 Jun 2026 09:35:35 +0800 Subject: [PATCH 1/2] Update resource-fallback plugin entry with GitHub link --- src/content/awesome-webpack.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/awesome-webpack.mdx b/src/content/awesome-webpack.mdx index 4b17e3590309..2e20c893e1e3 100644 --- a/src/content/awesome-webpack.mdx +++ b/src/content/awesome-webpack.mdx @@ -178,7 +178,7 @@ _People passionate about Webpack (In no particular order)_ - [Manifest Extraction Plugin](https://github.com/shellscape/webpack-manifest-plugin): Generates an asset manifest after compiling webpack. -- _Maintainer_: `Andrew Powell` [![Github][githubicon]](https://github.com/shellscape) - [Transform Async Modules Plugin](https://github.com/steverep/transform-async-modules-webpack-plugin): A Webpack plugin to transpile async module output using Babel. Allows transpiling top level await to ES5. -- _Maintainer_: `Steve Repsher` [![Github][githubicon]](https://github.com/steverep) - [CSS Layering Plugin](https://github.com/kburich/css-layering-webpack-plugin): Wrap CSS in cascade layers. -- _Maintainer_: `Kresimir Buric` [![Github][githubicon]](https://github.com/kburich) -- [@resource-fallback/webpack-plugin](https://github.com/ben-lau/resource-fallback/tree/main/packages/webpack-plugin) - Runtime retry, multi-CDN fallback, and origin recovery for Vite build assets (JS/CSS chunks, dynamic import) — zero business code changes. +- [@resource-fallback/webpack-plugin](https://github.com/ben-lau/resource-fallback/tree/main/packages/webpack-plugin) - Runtime retry, multi-CDN fallback, and origin recovery for Vite build assets (JS/CSS chunks, dynamic import) — zero business code changes.[![Github][githubicon]](https://github.com/ben-lau) ### Webpack Tools From 990dbb43cd35732f5d78d917fc3aa26644426f6b Mon Sep 17 00:00:00 2001 From: Ben Lau <408736066@qq.com> Date: Wed, 17 Jun 2026 09:42:06 +0800 Subject: [PATCH 2/2] Update maintainer information for webpack-plugin --- src/content/awesome-webpack.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/awesome-webpack.mdx b/src/content/awesome-webpack.mdx index 2e20c893e1e3..65381b4b0886 100644 --- a/src/content/awesome-webpack.mdx +++ b/src/content/awesome-webpack.mdx @@ -178,7 +178,7 @@ _People passionate about Webpack (In no particular order)_ - [Manifest Extraction Plugin](https://github.com/shellscape/webpack-manifest-plugin): Generates an asset manifest after compiling webpack. -- _Maintainer_: `Andrew Powell` [![Github][githubicon]](https://github.com/shellscape) - [Transform Async Modules Plugin](https://github.com/steverep/transform-async-modules-webpack-plugin): A Webpack plugin to transpile async module output using Babel. Allows transpiling top level await to ES5. -- _Maintainer_: `Steve Repsher` [![Github][githubicon]](https://github.com/steverep) - [CSS Layering Plugin](https://github.com/kburich/css-layering-webpack-plugin): Wrap CSS in cascade layers. -- _Maintainer_: `Kresimir Buric` [![Github][githubicon]](https://github.com/kburich) -- [@resource-fallback/webpack-plugin](https://github.com/ben-lau/resource-fallback/tree/main/packages/webpack-plugin) - Runtime retry, multi-CDN fallback, and origin recovery for Vite build assets (JS/CSS chunks, dynamic import) — zero business code changes.[![Github][githubicon]](https://github.com/ben-lau) +- [@resource-fallback/webpack-plugin](https://github.com/ben-lau/resource-fallback/tree/main/packages/webpack-plugin) - Runtime retry, multi-CDN fallback, and origin recovery for Vite build assets (JS/CSS chunks, dynamic import) — zero business code changes. -- _Maintainer_: `Ben Lau` [![Github][githubicon]](https://github.com/ben-lau) ### Webpack Tools