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

Support Generating Component Without Style File #243

Closed sthzg closed 8 years ago

sthzg commented 8 years ago

Would you consider adding an option to the component sub-generator that would create the component without a style file (css, scss, less, ...)?

E.g. yo react-webpack:component my/namespaced/components/name --nostyle