diff --git a/website/components/CommunityCompatibleTable.tsx b/website/components/CommunityCompatibleTable.tsx index 360a7afbd8e..5e321e2c5c2 100644 --- a/website/components/CommunityCompatibleTable.tsx +++ b/website/components/CommunityCompatibleTable.tsx @@ -197,8 +197,7 @@ export const CommunityPluginCompatibleTable: React.FC = () => { { name: 'webpack-filter-warnings-plugin', url: 'https://github.com/mattlewis92/webpack-filter-warnings-plugin', - status: CompatibleStatus.NotCompatible, - description: i18n[lang]['webpack-filter-warnings-plugin-desc'], + status: CompatibleStatus.Compatible, }, { name: 'speed-measure-webpack-plugin', @@ -236,8 +235,7 @@ export const CommunityPluginCompatibleTable: React.FC = () => { { name: 'webpackbar', url: 'https://www.npmjs.com/package/webpackbar', - status: CompatibleStatus.NotCompatible, - description: i18n[lang]['progress-plugin-desc'], + status: CompatibleStatus.Compatible, }, { name: 'progress-bar-webpack-plugin', diff --git a/website/components/i18n/en.json b/website/components/i18n/en.json index 45106df6df7..7e023275264 100644 --- a/website/components/i18n/en.json +++ b/website/components/i18n/en.json @@ -21,7 +21,6 @@ "workbox-webpack-plugin-desc": "Use [@aaroon/workbox-rspack-plugin](https://github.com/Clarkkkk/workbox-rspack-plugin) instead", "react-refresh-webpack-plugin-desc": "Use [@rspack/plugin-react-refresh](/guide/tech/react#rspackplugin-react-refresh) instead", "@nx/webpack-desc": "Use [@nx/rspack](https://www.npmjs.com/package/@nx/rspack) instead", - "webpack-filter-warnings-plugin-desc": "Use [ignoreWarnings](/config/other-options#ignorewarnings) instead", "speed-measure-webpack-plugin-desc": "Use [Rsdoctor](/guide/optimization/use-rsdoctor) instead", "eslint-webpack-plugin-desc": "Use [eslint-rspack-plugin](https://github.com/rspack-contrib/eslint-rspack-plugin) instead", "circular-dependency-plugin-desc": "Use Eslint [import/no-cycle](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md) rule instead", diff --git a/website/components/i18n/zh.json b/website/components/i18n/zh.json index 047a727ccab..df870cbc02c 100644 --- a/website/components/i18n/zh.json +++ b/website/components/i18n/zh.json @@ -21,7 +21,6 @@ "workbox-webpack-plugin-desc": "使用 [@aaroon/workbox-rspack-plugin](https://github.com/Clarkkkk/workbox-rspack-plugin) 替代", "react-refresh-webpack-plugin-desc": "使用 [@rspack/plugin-react-refresh](/guide/tech/react#rspackplugin-react-refresh) 替代", "@nx/webpack-desc": "使用 [@nx/rspack](https://www.npmjs.com/package/@nx/rspack) 替代", - "webpack-filter-warnings-plugin-desc": "使用 [ignoreWarnings](/config/other-options#ignorewarnings) 替代", "speed-measure-webpack-plugin-desc": "使用 [Rsdoctor](/guide/optimization/use-rsdoctor) 替代", "eslint-webpack-plugin-desc": "使用 [eslint-rspack-plugin](https://github.com/rspack-contrib/eslint-rspack-plugin) 替代", "circular-dependency-plugin-desc": "使用 Eslint [import/no-cycle](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md) 规则替代",