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

V4 -- Add dependency to cssmodules on installation #265

Closed sthzg closed 8 years ago

sthzg commented 8 years ago

In order to support setups with and without cssmodules, starting with v2.0.1-4 of the template we removed all hard dependencies to it, including listing the module in package.json. In order to support setups with cssmodules: Yes we need to add this dependency programmatically.