You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`[directory]`| A directory on which to build the application. If not provided, the current directory will be used. |
82
-
|`-d` or `--debug`| Enables a more verbose build output. With this flag enabled additional build output like rewrites, redirects, and headers will be shown. |
|`[directory]`| A directory on which to build the application. If not provided, the current directory will be used. |
82
+
|`-d` or `--debug`| Enables a more verbose build output. With this flag enabled additional build output like rewrites, redirects, and headers will be shown. |
83
83
||
84
-
|`--profile`| Enables production [profiling for React](https://react.dev/reference/react/Profiler). |
85
-
|`--no-lint`| Disables linting. |
86
-
|`--no-mangling`| Disables [mangling](https://en.wikipedia.org/wiki/Name_mangling). This may affect performance and should only be used for debugging purposes. |
87
-
|`--experimental-app-only`| Builds only App Router routes. |
|`--debug-prerender`| Debug prerender errors in development. |
84
+
|`--profile`| Enables production [profiling for React](https://react.dev/reference/react/Profiler). |
85
+
|`--no-lint`| Disables linting. _Note: linting will be removed from `next build` in Next 16. If you're using Next 15.5+ with a linter other than `eslint`, linting during build will not occur._|
86
+
|`--no-mangling`| Disables [mangling](https://en.wikipedia.org/wiki/Name_mangling). This may affect performance and should only be used for debugging purposes. |
87
+
|`--experimental-app-only`| Builds only App Router routes. |
0 commit comments