Skip to content

Commit

Permalink
docs: fix link to webpack config (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackfu committed Jul 16, 2021
1 parent 8ecf920 commit 43e51b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Development.md
Expand Up @@ -30,7 +30,7 @@ We use webpack loaders to hot reload the style guide on changes in user componen

Styleguidist tries to load and reuse the user’s webpack config (`webpack.config.js` in project root folder). It works most of the time but has some restrictions: Styleguidist [ignores](https://github.com/styleguidist/react-styleguidist/blob/master/src/scripts/utils/mergeWebpackConfig.js) some fields and plugins because they are already included (like `webpack.HotModuleReplacementPlugin`), don’t make sense for a style guide (like `output`) or may break Styleguidist (like `entry`).

We’re trying to keep Styleguidist’s [webpack config](https://github.com/styleguidist/react-styleguidist/blob/master/src/scripts/make-webpack-config.js) minimal to reduce clashes with the user’s configuration.
We’re trying to keep Styleguidist’s [webpack config](https://github.com/styleguidist/react-styleguidist/blob/master/src/scripts/make-webpack-config.ts) minimal to reduce clashes with the user’s configuration.

## React components

Expand Down

0 comments on commit 43e51b5

Please sign in to comment.