-
Notifications
You must be signed in to change notification settings - Fork 60
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 Mqpacker plugin not works with PostCSS Webpack loader (Webpack 2) #42
Comments
What is |
Related: webpack-contrib/postcss-loader#138 |
Okay. Looks like it's a problem with |
@hail2u The problem is that the plugin does not work with multiple files. It looks like I need to find a way to concatenate all files into one before using the plugin |
It is not a problem of this plugin. |
For those that are looking for a reason of MQ in css modules not being merged − the explanaition is that css modules are not being merged by design. this works only for global stylesheets |
Hi there!
I'm using:
Here is a part of my
webpack.config.babel.js
:And
postcss-cssnext
and other plugins works good. But notcss-mqpacker
. When I'm building app I see the following CSS code:Please see the example here: https://github.com/azat-io/webpack2-css-modules-demo
The text was updated successfully, but these errors were encountered: