remove require.cache clear from chunk loading (#5626)
### Description
This would memory leak, since not properly cleared from cache.
Multiple turbopack runtimes should be able to share require.cache of
chunks
It the responsibility of the application that clear require.cache if
files do change.