Webpack Dependency Graph

Webpack starts at one entry and follows every import to build a graph of modules, then packs them into a bundle. Press play to watch it walk the graph.

1 · From entry to bundle

Click build to start at the entry.

      

2 · Output bundle (main.js)