Skip to content

Commit fc33a9e

Browse files
committed
document the webpack flag
1 parent 157bbdc commit fc33a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/01-app/03-api-reference/06-cli/create-next-app.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following options are available:
3232
| `--api` | Initialize a project with only route handlers |
3333
| `--src-dir` | Initialize inside a `src/` directory |
3434
| `--turbopack` | Force enable Turbopack in generated package.json (enabled by default) |
35+
| `--webpack` | Force enable Webpack in generated package.json |
3536
| `--import-alias <alias-to-configure>` | Specify import alias to use (default "@/\*") |
3637
| `--empty` | Initialize an empty project |
3738
| `--use-npm` | Explicitly tell the CLI to bootstrap the application using npm |

0 commit comments

Comments
 (0)