Skip to content

Commit 3bd6045

Browse files
authored
Don't ask to install webpack for using Styleguidist
1 parent 4605e6c commit 3bd6045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ Styleguidist combines of a style guide, where all your components are presented
14731473
First install Styleguidist and peer dependencies from npm:
14741474

14751475
```sh
1476-
npm install --save-dev react-styleguidist webpack
1476+
npm install --save-dev react-styleguidist
14771477
```
14781478

14791479
Then, add these scripts to your `package.json`:

0 commit comments

Comments
 (0)