Skip to content

Commit

Permalink
docs: list top50 plugins compatibility (#7554)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Aug 13, 2024
1 parent af5a43f commit 4999215
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 2 deletions.
72 changes: 72 additions & 0 deletions website/components/CommunityCompatibleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,78 @@ export const CommunityPluginCompatibleTable: React.FC = () => {
status: CompatibleStatus.NotCompatible,
description: i18n[lang]['resolve-plugin-un-support-desc'],
},
{
name: '@ngtools/webpack',
url: 'https://www.npmjs.com/package/@ngtools/webpack',
status: CompatibleStatus.NotCompatible,
},
{
name: 'eslint-import-resolver-webpack',
url: 'https://www.npmjs.com/package/eslint-import-resolver-webpack',
status: CompatibleStatus.Compatible,
},
{
name: '@storybook/react-docgen-typescript-plugin',
url: 'https://github.com/hipstersmoothie/react-docgen-typescript-plugin',
status: CompatibleStatus.NotCompatible,
},
{
name: 'assets-webpack-plugin',
url: 'https://github.com/ztoben/assets-webpack-plugin',
status: CompatibleStatus.Compatible,
},
{
name: 'last-call-webpack-plugin',
url: 'https://github.com/NMFR/last-call-webpack-plugin',
status: CompatibleStatus.NotCompatible,
},
{
name: '@soda/friendly-errors-webpack-plugin',
url: 'https://github.com/sodatea/friendly-errors-webpack-plugin',
status: CompatibleStatus.Compatible,
},
{
name: 'webpack-assets-manifest',
url: 'https://github.com/webdeveric/webpack-assets-manifest',
status: CompatibleStatus.Compatible,
},
{
name: 'git-revision-webpack-plugin',
url: 'https://www.npmjs.com/package/git-revision-webpack-plugin',
status: CompatibleStatus.NotCompatible,
},
{
name: 'filemanager-webpack-plugin',
url: 'https://github.com/gregnb/filemanager-webpack-plugin',
status: CompatibleStatus.Compatible,
},
{
name: '@cypress/webpack-preprocessor',
url: 'https://github.com/cypress-io/cypress',
status: CompatibleStatus.NotCompatible,
},
{
name: '@intlify/unplugin-vue-i18n',
url: 'https://github.com/intlify/bundle-tools',
status: CompatibleStatus.NotCompatible,
},
{
name: 'add-asset-html-webpack-plugin',
url: 'https://github.com/SimenB/add-asset-html-webpack-plugin',
status: CompatibleStatus.PartiallyCompatible,
description: i18n[lang]['needs-html-webpack-plugin'],
},
{
name: 'webpack-remove-empty-scripts',
url: 'https://github.com/webdiscus/webpack-remove-empty-scripts',
status: CompatibleStatus.NotCompatible,
},
{
name: 'html-webpack-harddisk-plugin',
url: 'https://github.com/jantimon/html-webpack-harddisk-plugin',
status: CompatibleStatus.PartiallyCompatible,
description: i18n[lang]['needs-html-webpack-plugin'],
},
{
name: 'webpack-virtual-modules',
url: 'https://github.com/sysgears/webpack-virtual-modules',
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 @@ -24,5 +24,6 @@
"webpack-filter-warnings-plugin-desc": "Use [ignoreWarnings](/config/other-options#ignorewarnings) instead",
"speed-measure-webpack-plugin-desc": "Use [Rsdoctor](/guide/optimization/use-rsdoctor) 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"
"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"
}
3 changes: 2 additions & 1 deletion website/components/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"webpack-filter-warnings-plugin-desc": "使用 [ignoreWarnings](/config/other-options#ignorewarnings) 替代",
"speed-measure-webpack-plugin-desc": "使用 [Rsdoctor](/guide/optimization/use-rsdoctor) 替代",
"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"
"html-webpack-tags-plugin-desc": "该插件依赖了 webpack 和 html-webpack-plugin",
"needs-html-webpack-plugin": "该插件依赖了 html-webpack-plugin"
}
3 changes: 3 additions & 0 deletions website/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Iife
indicatif
innovatively
IWANABETHATGUY
intlify
jantimon
JavaScript
jerrykingxyz
Expand Down Expand Up @@ -96,6 +97,7 @@ NAPI-RS
nativizing
nestjs
NestJS
ngtools
noimport
nosources
nwjs
Expand Down Expand Up @@ -159,6 +161,7 @@ typeofs
TypeScript
ulivz
Undelayed
unplugin
valorkin
vant
viktoriialurie
Expand Down

0 comments on commit 4999215

Please sign in to comment.