Skip to content

Commit 7408ae7

Browse files
committed
update title
1 parent b6bfec6 commit 7408ae7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/configuration/optimization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Optimization
2+
title: 优化(optimization)
33
sort: 8
44
contributors:
55
- EugeneHlushko
@@ -135,7 +135,7 @@ module.exports = {
135135

136136
`boolean: false`
137137

138-
Tells webpack to use readable chunk identifiers for better debugging. This option is enabled by default for [mode](/concepts/mode/) `development` and disabled for [mode](/concepts/mode/) `production` if no option is provided in webpack config.
138+
Tells webpack to use readable chunk identifiers for better debugging. This option is enabled by default for [mode](/concepts/mode/) `development` and disabled for [mode](/concepts/mode/) `production` if no option is provided in webpack config.
139139

140140
__webpack.config.js__
141141

src/content/migrate/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Migrate
2+
title: 迁移
33
sort: 1
44
contributors:
55
- EugeneHlushko

src/content/plugins/hot-module-replacement-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 模块热替换插件(HotModuleReplacementPlugin)
2+
title: HotModuleReplacementPlugin
33
contributors:
44
- skipjack
55
- byzyk

0 commit comments

Comments
 (0)