css-modules / css-modules-require-hook

A require hook to compile CSS Modules in runtime
MIT License
484 stars 44 forks source link

Working with react-css-modules #95

Open Igor-Vuk opened 7 years ago

Igor-Vuk commented 7 years ago

I am using babel-plugin-react-css-modules. With the help of it I can just do this to load my css modules.

import './index.local.scss'
...
<div styleName="container">

I am using server-side rendering and when I include css-modules-require-hook my app works but I can not get styles to show? Is it possible?