Potential gain: ~30% reduction in bundle size Time required: 5 minutes Difficulty: easy What Is It UglifyJsPlugin is a Webpack plugin that minifies your Javscript, removing whitespace and renaming variables. This will inevitably make debugging harder so only do it on your production build. For me this lead to more than a 30%…