Skip to content

Commit b84b5ab

Browse files
Update src/content/configuration/index.mdx
Co-authored-by: Strek <[email protected]>
1 parent 884e0f8 commit b84b5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ W> webpack applies configuration defaults after [plugins defaults](/contribute/w
5151
Webpack has a huge set of options which might be overwhelming to you, please take advantage of [webpack-cli's `init` command](/api/cli/#init) which could rapidly generate webpack configuration files for your project requirements, it will ask you a couple of questions before creating a configuration file.
5252

5353
```bash
54-
$ npx webpack init
54+
npx webpack init
5555
```
5656

5757
npx might prompt you to install `@webpack-cli/generators` if it is not yet installed in the project or globally. You might also get additional packages installed to your project depending on the choices you've made during the configuration generation.

0 commit comments

Comments
 (0)