未验证 提交 c2a42e43 编写于 作者: J JJ Kasper 提交者: GitHub

Update build CLI docs with new flag (#16419)

上级 21566e3a
......@@ -56,6 +56,14 @@ next build --profile
After that, you can use the profiler in the same way as you would in development.
You can enable more verbose build output with the `--debug` flag in `next build`. This requires Next.js 9.5.3:
```bash
next build --debug
```
With this flag enabled additional build output like rewrites, redirects, and headers will be shown.
## Development
`next dev` starts the application in development mode with hot-code reloading, error reporting, and more:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册