Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit a7efc39

Browse files
gaearonwmonk
authored andcommitted
Don't ask to install webpack for using Styleguidist (#2656)
* Don't ask to install webpack for using Styleguidist * Update README.md
1 parent 8536426 commit a7efc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1470,10 +1470,10 @@ Learn more about React Storybook:
14701470

14711471
Styleguidist combines of a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground.
14721472

1473-
First install Styleguidist and peer dependencies from npm:
1473+
First, install Styleguidist:
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)