How can I properly use webpack to build the production version of my app?
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.