react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

PostCSS update and fix #313

Open stylesuxx opened 7 years ago

stylesuxx commented 7 years ago

Thanks to @sthzg for testing postcss and importLoader functionality.

Fixes #307

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.05%) to 96.124% when pulling 0f8928006802dc95b9fc643b475bab2b8969b17f on stylesuxx:master into 9c682541787602290fc6d115d90dbd3386cfda10 on react-webpack-generators:master.

sthzg commented 7 years ago

@stylesuxx thanks for the updates. I will checkout the commit tonight and plan to manually test it in all variations (with all preprocessors with and without cssmodules). Yesterday I have tested it with CSS and LESS (both w/ and wo/ css modules), but I think it would be good to also check S(A|C)SS and Stylus once, especially to make sure that the @imports are picked up correctly.

As soon as that is done we can merge and publish a new V4 pre-release.