-
-
Notifications
You must be signed in to change notification settings - Fork 161
Composes not working #105
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
Comments
Have you tried turning off |
Thanks for the suggestion. Unfortunately it does not solve the problem. Composes is till not working for me. |
You're right, that was a false lead (I'm trying to troubleshoot this myself as well). How about when you edit the file that is importing the css with the |
Ah hah, #48 (comment) seems to do the trick. I suggest that this issue is a duplicate of that one. |
I tried both of your suggestions, unfortunately none did the trick for me. I'm going to try and isolate this issue further once I have a little bit more time. As you can see in my webpack.config above I already had |
Probably duplicate of: |
In my case, the storybook webpack config was using the cache in
After I removed the cache config, the 2nd point related to reverting was solved, but, |
I'm trying to switch to babel-plugin-react-css-modules, but for some reason
composes
is not working any more. It has been working fine with react-css-modules with the same webpack configuration (except for what applies to babel-plugin-react-css-modules of course).It seems like babel-plugin-react-css-modules is only picking up one of the class names for me. I did some debugging in post-css and the class names are generated there.
webpack.config.js
Partial stylus file
React Component
Screenshot of applied class name:
The text was updated successfully, but these errors were encountered: