saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

CSS modules hash collision in v9 #338

Closed npejo closed 7 years ago

npejo commented 7 years ago

https://github.com/postcss/postcss-loader/issues/129

pirelenito commented 7 years ago

There might be an alternative https://github.com/postcss/postcss-loader#css-modules

use postcss-modules plugin instead of css-loader

pirelenito commented 7 years ago

It looks like it is not only Webpack related: https://github.com/css-modules/postcss-modules/issues/32

pirelenito commented 7 years ago

This was finally the solution: https://github.com/webpack-contrib/css-loader/issues/413#issuecomment-283944881

Currently working in a PR!