From f56afc0a22f10d4730c42d45a660fe80db2fbaab Mon Sep 17 00:00:00 2001 From: DongHang XU <794243810@qq.com> Date: Thu, 28 Dec 2017 10:58:59 +0800 Subject: [PATCH] Update index.md (#423) * update: git merge -> git rebase * Update index.md * Update README.md --- src/content/concepts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/concepts/index.md b/src/content/concepts/index.md index 2d849e1e74ca..7f8c9973c909 100755 --- a/src/content/concepts/index.md +++ b/src/content/concepts/index.md @@ -63,7 +63,7 @@ module.exports = { 在上面的例子中,我们通过 `output.filename` 和 `output.path` 属性,来告诉 webpack bundle 的名称,以及我们想要生成(emit)到哪里。 -T> 你可能看到项目**生成(emitted 或 emit)**贯穿我们整个文档和[插件 API](/api/plugins)。它是“生产(produced)”或“排放(discharged)”的特殊术语。 +T> 你可能会发现术语**生成(emitted 或 emit)**贯穿了我们整个文档和[插件 API](/api/plugins)。它是“生产(produced)”或“释放(discharged)”的特殊术语。 T> `output` 属性还有[更多可配置的特性](/configuration/output),如果你想要了解更多关于 `output` 属性的概念,你可以通过[阅读概念章节](/concepts/output)来了解更多。