Minified code outside of NODE_ENV === 'production'. This means slower development build of Redux
You need to add:
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': JSON.stringify('production')
}
})
For your production config