Objective
This recipe demonstrates how you can use a tool to visualize what JavaScript modules are being output into your main JavaScript bundle.
Procedure
Run the command
dojo buildOpen the HTML file
dist/report.htmlin your web browserClick on the different segments of the chart to dive deeper

Additional resources
See the webpack-visualizer plugin on GitHub to learn more about the tool.