Sign in
Log inSign up

How can I properly use webpack to build the production version of my app?

Satyanarayan Dash's photo
Satyanarayan Dash
·Jun 20, 2016

Currently, I am using :

  • React
  • React-Router
  • ES6
  • Flux
  • Material-UI

The file of compressed and minified file is getting larger and larger. So, how can I get away with it?

Please suggest.