Total outgoing edges to module chunks: 46
The app chunk is a "hub" with 46 outgoing static imports to module chunks AND ~108 incoming static imports from module chunks. Rollup computes a chunk's hash from its own content + the hashes of its imported chunks. Any change to any of those 46 modules cascades through app to all ~108 dependents.