Gajus Kuizinas

Results 734 comments of Gajus Kuizinas

> We widely using '@import' directive in our project and it seems to be not supported for now in babel-plugin-react-css-modules. I also dig sources and found nothing in postcss pipeline...

Can you please fork the demo and reproduce the issue? https://github.com/gajus/babel-plugin-react-css-modules/tree/master/demo This plugin does not rewrite the imports and it is not aware of webpack at all. Something else is...

> I'm not sure this can be fixed by the plugin unless there's a new configuration option. It can. It should simply lookup the `resolve.modulesDirectories` configuration and respect it when...

Oh, sorry – I got lost between projects. I thought I am looking at an issue of https://github.com/gajus/isomorphic-webpack. Please ignore me.

Refer to the `exclude` option. https://github.com/gajus/babel-plugin-react-css-modules#configuration

By the looks of it, it is a deficiency in `babel-plugin-react-css-modules`. Its not something I have time to look into right now, but I suggest taking a glance at the...

What @tsnieman will definitely work (except that then you should be using `className`). That said, the example that @shawnrice posted ought to work too. If it doesn't, it is a...

Sounds like an issue somewhere with converting paths. As I don't use Windows, I won't be able to help. PRs welcome.