Skip to content

Commit

Permalink
feat: support webpackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Nov 19, 2024
1 parent c323be2 commit f482927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions website/components/CommunityCompatibleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,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',
Expand Down
2 changes: 1 addition & 1 deletion website/components/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"html-webpack-tags-plugin-desc": "Use [html-rspack-tags-plugin](https://github.com/rspack-contrib/html-rspack-tags-plugin) instead",
"needs-html-webpack-plugin": "This plugin depends on html-webpack-plugin",
"webpack-assets-manifest-desc": "Only supports basic usage"
}
}
2 changes: 1 addition & 1 deletion website/components/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"html-webpack-tags-plugin-desc": "使用 [html-rspack-tags-plugin](https://github.com/rspack-contrib/html-rspack-tags-plugin) 替代",
"needs-html-webpack-plugin": "该插件依赖了 html-webpack-plugin",
"webpack-assets-manifest-desc": "仅支持基础用法"
}
}

0 comments on commit f482927

Please sign in to comment.