The redux repository has a set of examples. The problem is that they are for development builds and i'm using them as a template for an app.
This particular example - https://github.com/reactjs/redux/blob/master/examples/real-world/webpack.config.js Builds a bundle.js that is 4MB.
I have tried minifying the code, but I can't shrink the size of the bundle. What am i doing wrong?