storybook/docs/snippets/react/react-webpack5-add-framework.js.mdx
2024-03-11 08:20:01 -06:00

8 lines
120 B
Plaintext

```js
// .storybook/main.js
export default {
// ...
framework: '@storybook/react-webpack5', // 👈 Add this
};
```