React/Redux bundle.js is too big – Twitter bootstrap
I have a small React project. The bundle.js generated by Webpack is 6.3Mb. How can I decrease the size to be <2.0Mb? (2Mb is still big but acceptable). Complete source code is at github webpack.config.js module.exports = { devtool: 'inline-source-map',…