We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157bbdc commit fc33a9eCopy full SHA for fc33a9e
docs/01-app/03-api-reference/06-cli/create-next-app.mdx
@@ -32,6 +32,7 @@ The following options are available:
32
| `--api` | Initialize a project with only route handlers |
33
| `--src-dir` | Initialize inside a `src/` directory |
34
| `--turbopack` | Force enable Turbopack in generated package.json (enabled by default) |
35
+| `--webpack` | Force enable Webpack in generated package.json |
36
| `--import-alias <alias-to-configure>` | Specify import alias to use (default "@/\*") |
37
| `--empty` | Initialize an empty project |
38
| `--use-npm` | Explicitly tell the CLI to bootstrap the application using npm |
0 commit comments