Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.mdx #1765

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/plugins/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Plugins
title: 插件
sort: -1
contributors:
- simon04
Expand All @@ -14,7 +14,7 @@ contributors:
- chenxsan
---

Webpack has a rich plugin interface. Most of the features within webpack itself use this plugin interface. This makes webpack **flexible**.
Webpack 拥有丰富的插件接口。webpack 自身的大部分功能都使用这些插件接口。这使得 webpack 很**灵活**。

| Name | Description |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -42,4 +42,4 @@ Webpack has a rich plugin interface. Most of the features within webpack itself
| [`EvalSourceMapDevToolPlugin`](/plugins/eval-source-map-dev-tool-plugin) | Enables a more fine grained control of eval source maps |
| [`TerserPlugin`](/plugins/terser-webpack-plugin/) | Uses Terser to minify the JS in your project |

For more third-party plugins, see the list from [awesome-webpack](/awesome-webpack/#webpack-plugins).
查找更多第三方插件,请参阅 [awesome-webpack](/awesome-webpack/#webpack-plugins)