Skip to content

Commit

Permalink
docs: list more webpack-contrib plugins compatible (#6578)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored May 20, 2024
1 parent 8b7a2a4 commit 6d831b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/components/CommunityCompatibleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@ export const CommunityPluginCompatibleTable: React.FC = () => {
status: CompatibleStatus.Alternative,
description: i18n[lang]['terser-webpack-plugin-desc'],
},
{
name: 'html-minimizer-webpack-plugin',
url: 'https://github.com/webpack-contrib/html-minimizer-webpack-plugin',
status: CompatibleStatus.Compatible,
},
{
name: 'json-minimizer-webpack-plugin',
url: 'https://github.com/webpack-contrib/json-minimizer-webpack-plugin',
status: CompatibleStatus.Compatible,
},
{
name: 'stylelint-webpack-plugin',
url: 'https://github.com/webpack-contrib/stylelint-webpack-plugin',
status: CompatibleStatus.Compatible,
},
{
name: 'tsconfig-paths-webpack-plugin',
url: 'https://www.npmjs.com/package/tsconfig-paths-webpack-plugin',
Expand Down

0 comments on commit 6d831b6

Please sign in to comment.