Skip to content

Commit

Permalink
docs: update webpack-assets-manifest compatible status
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Oct 16, 2024
1 parent 5fe525b commit 6987e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion website/components/CommunityCompatibleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ export const CommunityPluginCompatibleTable: React.FC = () => {
{
name: 'webpack-assets-manifest',
url: 'https://github.com/webdeveric/webpack-assets-manifest',
status: CompatibleStatus.Compatible,
status: CompatibleStatus.PartiallyCompatible,
description: i18n[lang]['webpack-assets-manifest-desc'],
},
{
name: 'git-revision-webpack-plugin',
Expand Down
3 changes: 2 additions & 1 deletion website/components/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"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",
"html-webpack-tags-plugin-desc": "This plugin depends on webpack and html-webpack-plugin",
"needs-html-webpack-plugin": "This plugin depends on html-webpack-plugin"
"needs-html-webpack-plugin": "This plugin depends on html-webpack-plugin",
"webpack-assets-manifest-desc": "Only supports basic usage"
}
3 changes: 2 additions & 1 deletion website/components/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"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) 规则替代",
"html-webpack-tags-plugin-desc": "该插件依赖了 webpack 和 html-webpack-plugin",
"needs-html-webpack-plugin": "该插件依赖了 html-webpack-plugin"
"needs-html-webpack-plugin": "该插件依赖了 html-webpack-plugin",
"webpack-assets-manifest-desc": "仅支持基础用法"
}

0 comments on commit 6987e4c

Please sign in to comment.