Reapply lost change from gatsby crossover

See: https://github.com/storybooks/storybooks.github.io/pull/8
This commit is contained in:
Michael Shilman 2017-05-04 09:23:50 +10:00
parent e5d58e6dc1
commit cab26be046

View File

@ -2,6 +2,7 @@
id: 'custom-webpack-config'
title: 'Custom Webpack Config'
---
**NOTE: Storybook doesn't currently support webpack 2, so write your storybook webpack config to be webpack 1.x-compatable.**
The default Webpack config of React Storybook is usually well balanced for a medium-size React project (specially created with [Create React App](https://github.com/facebookincubator/create-react-app)) or a library. But if you already have your own Webpack setup, that's not useable.