Skip to content

Commit e8c7f28

Browse files
committed
docs: improve explanation of why webpack is used
1 parent a2abad3 commit e8c7f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To bundle the `lodash` dependency with `index.js`, we'll need to install the lib
182182

183183
```bash
184184
# npm
185-
npm install --save lodash
185+
npm install lodash
186186

187187
# yarn
188188
yarn add lodash

0 commit comments

Comments
 (0)