Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update webpack-assets-manifest compatibility status #8144

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "仅支持基础用法"
}
Loading