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 build
Open the HTML file
dist/report.html
in 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.