We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb18f4 commit e2f69d5Copy full SHA for e2f69d5
content/docs/optimizing-performance.md
@@ -34,7 +34,7 @@ React 默认包含了许多有用的警告信息。这些警告信息在开发
34
npm run build
35
```
36
37
-这段命令将在你的项目下的 `build/` 目录中生成生产版本。
+这段命令将在你的项目下的 `build/` 目录中生成对应的生产版本。
38
39
注意只有在生产部署前才需要执行这个命令。正常开发使用 `npm start` 即可。
40
0 commit comments