Skip to content

v5.0.0-beta.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@sapegin sapegin released this 09 Mar 21:14
· 1241 commits to master since this release
npm install react-styleguidist@beta

Breaking changes since beta 14

New webpack config behavior — #323:

  • Only loads config from webpack.config.js or webpackfile.js in the project root folder.

  • No webpackConfigFile option.

  • Default port is 6060 to remove collision with create-react-app.

Read more in the docs.

New features

  • New option to add webpack entries: require.

  • Improved support for objectOf propType — #347