Webpack is a module bundler which means that it bundles together all of your JavaScript files to one or multiple files commonly named bundle.js. To inspect this bundle in terms of file size and composition there are three tools I find very helpful. Webpack VisualizerI use Webpack Visualizer pretty heavily. It gives you a nice visual overview about the parts of your bundle. Webpack Visualizer takes