-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postcss Modules not loading #755
Labels
Comments
you're probably missing importLoaders=1 |
@RobAWilkinson can you confirm this fixes the issue? |
@ndelangen I actually got it working by instead going back to my previosu config and adding things one by one here is mine
Hope this helps someone! We are using react storybook within a meteor, react, postcss project. |
Thanks for posting the config that worked for you. I hope it helps anyone, Cheers! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Postcss modules are no longer loading in my storybooks, regular css modules work fine, but using any processors doesnt work.
webpack config.js:
this issue looks related to #270
The text was updated successfully, but these errors were encountered: