We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e814a44 commit 5f1552bCopy full SHA for 5f1552b
docs/src/pages/configurations/custom-webpack-config/index.md
@@ -97,6 +97,8 @@ Add following content to the `webpack.config.js` in your Storybook config direct
97
> We plan to expose our default webpack-config as it's own package in the future.
98
99
```js
100
+const path = require('path');
101
+
102
// load the default config generator.
103
const genDefaultConfig = require('@storybook/react/dist/server/config/defaults/webpack.config.js');
104
0 commit comments