Simon Sauzede
Simon Sauzede
Same issue with webpack 5. Is there any workaround around ?
Still not working for me with your procedure @milosrs . I never had `@storybook/create-react-app` plugin (I don't use create-react-app). I'm with `npm 7.11.1` and `webpack 5.24.3` and `node 14.15.5`
I got those plugins in package.json after installing storybook in the way you recommended. ``` "@storybook/addon-actions": "^6.3.0-alpha.17", "@storybook/addon-essentials": "^6.3.0-alpha.17", "@storybook/addon-links": "^6.3.0-alpha.17", "@storybook/builder-webpack5": "^6.3.0-alpha.17", "@storybook/react": "^6.3.0-alpha.17", ```