Reducing Webpack bundle.js size
I went to this problem when I got stuck with a poor mobile internet connection while developing my React app.
Intro
When you start developing using Webpack as a bundle tool for a React application, you start noticing that your bundle.js grow exponent...
hashnode.com
Kevin Jose
A full time husband with a zing for all things javascript!
Great article !
you can add
new webpack.optimize.DedupePlugin()to list of optimising tools :)