-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
css-module composes from other module not working. #443
Comments
Hi! Could you please upload this example as a gist? |
Might relate to #131. I'm experience the issue as well. Trying to make minimal example of the issue. |
In my case it's webpack-contrib/style-loader#179 |
Here is my case: Thanks for reply. |
Any update on this? I've been experiencing it too, and it's like half the reason to use css modules. |
@rozzzly Please provide more info about your current setup (file tree, |
Here is my |
After some more investigation, it's an issue between |
Look webpack-contrib/postcss-loader#198 (comment). Feel free to feedback. |
webpack.config.js
:src/index.module.scss
:All of
composes
not working. No matter I usealias
orrelative path
.My project directory structure:
-- update 2017.04.11 ---
Here is my
webpack.config.js
: https://github.com/mrdulin/webpack1.x/blob/master/css-loader/css-module-import-module/webpack.config.jsthe issue still exist.
The text was updated successfully, but these errors were encountered: