From f896a584e0427394ae47d341bed929a88bb7f033 Mon Sep 17 00:00:00 2001 From: lulinhu Date: Tue, 10 Oct 2023 19:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=92=E4=BB=B6=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=96=87=E6=A1=A3=E7=9A=84=E4=B8=AD=E6=96=87=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plugin-development/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin-development/index.md b/docs/plugin-development/index.md index 5a49447b1..93e995837 100644 --- a/docs/plugin-development/index.md +++ b/docs/plugin-development/index.md @@ -12,7 +12,7 @@ Rollup 插件是一个对象,具有 [属性](#properties)、[构建钩子](#bu 插件允许你通过例如在打包之前进行转译代码或在`node_modules`文件夹中查找第三方模块来自定义 Rollup 的行为。有关如何使用它们的示例,请参见 [使用插件](../tutorial/index.md#using-plugins)。 -插件列表可以在 [github.com/rollup/awesome](https://github.com/rollup/awesome) 上找到。如果你想建议一个插件,请提交一个 Pull Request。 +插件列表可以在 [github.com/rollup/awesome](https://github.com/rollup/awesome) 上找到。如果你想给某个插件提交建议,请提交一个 Pull Request。 ## 一个简单的示例 {#a-simple-example}