Turbopack: fix bad performance edge case in production chunking (#88508)
### What?
Fixes a edge case in production chunking performance where many dynamic
imports (like
https://app.unpkg.com/lucide-react@0.562.0/files/dist/esm/dynamicIconImports.js)
causes builds to become very slow under specific scenarios.