Closed npejo closed 7 years ago
There might be an alternative https://github.com/postcss/postcss-loader#css-modules
use postcss-modules plugin instead of css-loader
It looks like it is not only Webpack related: https://github.com/css-modules/postcss-modules/issues/32
This was finally the solution: https://github.com/webpack-contrib/css-loader/issues/413#issuecomment-283944881
Currently working in a PR!
https://github.com/postcss/postcss-loader/issues/129