Skip to content

Commit 35e33ae

Browse files
chore: migrate plugin from core to main org (#7676)
1 parent 94ed158 commit 35e33ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/content/awesome-webpack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ _People passionate about Webpack (In no particular order)_
153153
- [CSS Cleanup Webpack Plugin](https://github.com/do-web/css-cleanup-webpack-plugin) - A plugin to remove duplicated and unused css rules -- _Maintainer_: `Dominik Weber` [![Github][githubicon]](https://github.com/do-web)
154154
- [Extension Reloader](https://github.com/rubenspgcavalcante/webpack-extension-reloader) - Hot reloading while developing browser extensions -- _Maintainer_: `Rubens P. G. Cavalcante` [![Github][githubicon]](https://github.com/rubenspgcavalcante) [![Twitter][twittericon]](https://twitter.com/rubenspgc)
155155
- [Htmls Webpack Plugin](https://github.com/zaaack/htmls-webpack-plugin): Simple and fast multiple-htmls-generating plugin for webpack. -- _Maintainer_: `Zack Young` [![Github][githubicon]](https://github.com/zaaack) [![Twitter][twittericon]](https://twitter.com/ZaaackYoung)
156-
- [Mini css extract plugin](https://github.com/webpack-contrib/mini-css-extract-plugin):
156+
- [Mini css extract plugin](https://github.com/webpack/mini-css-extract-plugin):
157157
Lightweight CSS extraction plugin -- _Maintainer_: `Webpack Contrib` [![Github][githubicon]](https://github.com/webpack-contrib)
158158
- [build-hash-webpack-plugin](https://github.com/Cosium/build-hash-webpack-plugin) For each build, Webpack generates an in-memory hash allowing to know if two build outputs are the same or not. This plugin writes the described build hash in a separate json file. -- _Maintainer_: `Réda Housni Alaoui` [![Github][githubicon]](https://github.com/reda-alaoui) [![Twitter][twittericon]](https://twitter.com/alaouirda)
159159
- [webpack-hook-plugin](https://github.com/tienne/webpack-hook-plugin) - run any shell commands before or after webpack builds -- _Maintainer_: `David Kwon` [![Github][githubicon]](https://github.com/tienne)

src/utilities/fetch-package-repos.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ const fetch = {
3333
suffixes: ['-webpack-plugin', '-extract-plugin'],
3434
hides: excludedPlugins,
3535
},
36+
{
37+
organization: 'webpack',
38+
suffixes: ['-webpack-plugin', '-extract-plugin'],
39+
hides: excludedPlugins,
40+
},
3641
'yoriiis/svg-chunk-webpack-plugin',
3742
'yoriiis/chunks-webpack-plugin',
3843
],

0 commit comments

Comments
 (0)