Closed tabazevedo closed 8 years ago
It may be worth noting that css-modules-require-hook
was parsing the first one correctly, but not webpack. Quite stumped on this one.
I was incorrectly loading the plugin, my b.
@tabazevedo Facing the same issue. I didnt get what was the fix?
The following doesn't seem to work:
However, importing the values explicitly does work:
The first makes webpack explode with
referenced class name "serif" in composes not found
. Am I missing something? I thought the first was valid syntax, and is demonstrated in this repo's readme.My webpack config: