react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 43 forks source link

#4 -- added DefinePlugin to plugins for dist builds #6

Closed sthzg closed 9 years ago

sthzg commented 9 years ago

This PR makes use of Webpack's DefinePlugin to substitute source code access to process.env.NODE_ENV to the string representation of production, which allows the uglifier to remove non-production code checks and minimizes the build size of app.js.