Skip to content

Commit 2c75064

Browse files
rpaloTheDutchCoder
authored andcommitted
docs(Guides): Fix error in Getting Started
Fixes error in Getting Started Guide
1 parent 2082561 commit 2c75064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In this setup, `index.js` explicitly requires `lodash` to be present, and binds
144144
With that said, let's run `npx webpack` with our script as the [entry point](/concepts/entry-points) and `bundle.js` as the [output](/concepts/output). The `npx` command, which ships with Node 8.2 or higher, runs the webpack binary (`./node_modules/.bin/webpack`) of the webpack package we installed in the beginning:
145145

146146
``` bash
147-
npx webpack src/index.js dist/bundle.js
147+
npx webpack src/index.js --output dist/bundle.js
148148

149149
Hash: 857f878815ce63ad5b4f
150150
Version: webpack 3.9.1

0 commit comments

Comments
 (0)