If a module dynamically imports another module, which in turn dynamically imports the first module, Turbopack gets into a loop (100% CPU usage, trace file grows indefinitely). My best minimal ...