DoSomething / voting-app

☑ Voting app for DoSomething.org campaigns.
MIT License
6 stars 4 forks source link

Set production environment for build. #418

Closed DFurnes closed 9 years ago

DFurnes commented 9 years ago

Changes

Make sure NODE_ENV is set to production when building for production, which allows Uglify to do dead-code elimination on some of React's development helpers. This cuts pre-gzip bundle size by about 32kb.

For review: @DoSomething/front-end

weerd commented 9 years ago

:+1: