saguijs / sagui

:monkey: Front-end tooling in a single dependency

Home Page:http://sagui.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS modules hash collision in v9

npejo opened this issue · comments

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: madyankin/postcss-modules#32

This was finally the solution: webpack-contrib/css-loader#413 (comment)

Currently working in a PR!