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

Added sub-generator setup-env #278 #308

Closed sthzg closed 7 years ago

sthzg commented 7 years ago

This subgen creates a new Webpack config environment by

The commit introduces a basic config template that is supposed to be populated by the generator's users. Various more fine grained subgen options can be added at a later time (e.g. prompting the user if new run scripts should be added to package.json).

The subgen's basic functionality is backed up by unit tests that check

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 96.016% when pulling 7a7481335a4e9c8112e397a0f3e0144874b91183 on feature/gh_issue_278 into a2bd75a83b7379bdc61c4fdc340dada9790015c7 on master.