diff --git a/website/components/CommunityCompatibleTable.tsx b/website/components/CommunityCompatibleTable.tsx index 4dd0e2ca4bb..06e53acac06 100644 --- a/website/components/CommunityCompatibleTable.tsx +++ b/website/components/CommunityCompatibleTable.tsx @@ -106,6 +106,11 @@ export const CommunityPluginCompatibleTable: React.FC = () => { url: 'https://www.npmjs.com/package/webpack-bundle-analyzer', status: CompatibleStatus.Compatible, }, + { + name: '@vanilla-extract/webpack-plugin', + url: 'https://github.com/vanilla-extract-css/vanilla-extract', + status: CompatibleStatus.Compatible, + }, { name: 'webpack-manifest-plugin', url: 'https://github.com/shellscape/webpack-manifest-plugin',