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 9d5dd7a
Showing 1 changed file with 1 addition and 2 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

0 comments on commit 9d5dd7a

Please sign in to comment.