From cab26be046657a09df2d670ecc88710ad8527d1b Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 4 May 2017 09:23:50 +1000 Subject: [PATCH] Reapply lost change from gatsby crossover See: https://github.com/storybooks/storybooks.github.io/pull/8 --- .../configurations/custom-webpack-config/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/docs/react-storybook/configurations/custom-webpack-config/index.md b/pages/docs/react-storybook/configurations/custom-webpack-config/index.md index bd0b2c5..0aa11bb 100644 --- a/pages/docs/react-storybook/configurations/custom-webpack-config/index.md +++ b/pages/docs/react-storybook/configurations/custom-webpack-config/index.md @@ -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.