You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, to open this again. I'm aware there were several issue before e.g. #48 and #755
But unfortunately none of these solutions seem to work in the latest version (3.2.8). The storybook webpack doesn't complain but I don't get any of my styles because the class names that CSS Modules usually generates are now all undefined.
Very happy about any ideas.
.storybook/webpack.config.js
copy-pasted from my normal webpack.config where it works
Description
Sorry, to open this again. I'm aware there were several issue before e.g. #48 and #755
But unfortunately none of these solutions seem to work in the latest version (
3.2.8
). The storybook webpack doesn't complain but I don't get any of my styles because the class names that CSS Modules usually generates are now allundefined
.Very happy about any ideas.
.storybook/webpack.config.js
copy-pasted from my normal webpack.config where it works
button.component.js
button.styles.css
postcss.config.js
The text was updated successfully, but these errors were encountered: