banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

Don't include development libs when building for production #13

Closed pdf closed 8 years ago

pdf commented 9 years ago

Add a production webpack config and use it for the build script. Add an additional script build-dev for building static assets that include the hot-loader.

Fixes #9

banderson commented 8 years ago

:+1: