docs: update webpack loader repository links#6448
Merged
chenjiahan merged 1 commit intomainfrom Oct 27, 2025
Merged
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates GitHub repository links for webpack loaders and plugins from the webpack-contrib organization to the webpack organization across documentation files and source code comments, reflecting the recent migration of these packages.
Key Changes:
- Updated repository URLs for webpack loaders (sass-loader, less-loader, css-loader, style-loader, postcss-loader)
- Updated repository URLs for webpack-bundle-analyzer plugin
- Changes span both English and Chinese documentation files, as well as TypeScript source files
Reviewed Changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/plugins/list/plugin-sass.mdx | Updated sass-loader repository links in Chinese Sass plugin documentation |
| website/docs/zh/plugins/list/plugin-less.mdx | Updated less-loader repository links in Chinese Less plugin documentation |
| website/docs/zh/config/tools/style-loader.mdx | Updated style-loader repository link in Chinese configuration docs |
| website/docs/zh/config/tools/rspack.mdx | Updated webpack-bundle-analyzer repository link in Chinese Rspack config docs |
| website/docs/zh/config/tools/postcss.mdx | Updated postcss-loader repository link in Chinese PostCSS config docs |
| website/docs/zh/config/tools/css-loader.mdx | Updated css-loader repository link in Chinese CSS loader config docs |
| website/docs/zh/config/performance/profile.mdx | Updated webpack-bundle-analyzer repository link in Chinese performance profile docs |
| website/docs/zh/config/performance/bundle-analyze.mdx | Updated webpack-bundle-analyzer repository link in Chinese bundle analyzer docs |
| website/docs/zh/config/output/css-modules.mdx | Updated css-loader repository link in Chinese CSS Modules config docs |
| website/docs/zh/community/releases/v0-7.mdx | Updated sass-loader repository link in Chinese v0.7 release notes |
| website/docs/en/plugins/list/plugin-sass.mdx | Updated sass-loader repository links in English Sass plugin documentation |
| website/docs/en/plugins/list/plugin-less.mdx | Updated less-loader repository links in English Less plugin documentation |
| website/docs/en/config/tools/style-loader.mdx | Updated style-loader repository link in English configuration docs |
| website/docs/en/config/tools/rspack.mdx | Updated webpack-bundle-analyzer repository link in English Rspack config docs |
| website/docs/en/config/tools/postcss.mdx | Updated postcss-loader repository link in English PostCSS config docs |
| website/docs/en/config/tools/css-loader.mdx | Updated css-loader repository link in English CSS loader config docs |
| website/docs/en/config/performance/profile.mdx | Updated webpack-bundle-analyzer repository link in English performance profile docs |
| website/docs/en/config/performance/bundle-analyze.mdx | Updated webpack-bundle-analyzer repository link in English bundle analyzer docs |
| website/docs/en/config/output/css-modules.mdx | Updated css-loader repository link in English CSS Modules config docs |
| website/docs/en/community/releases/v0-7.mdx | Updated sass-loader repository link in English v0.7 release notes |
| packages/plugin-sass/src/types.ts | Updated sass-loader repository link in TypeScript type definitions |
| packages/plugin-less/src/index.ts | Updated less-loader repository link in TypeScript plugin implementation |
| packages/core/src/types/config.ts | Updated repository links for css-loader, postcss-loader, and style-loader in TypeScript config types |
| packages/core/src/plugins/css.ts | Updated css-loader repository links in TypeScript CSS plugin implementation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Update all GitHub repository links for webpack loaders and plugins from
webpack-contribtowebpackorganization. This change reflects the recent migration of these packages to the main webpack organization.Checklist