turborepo
43aa482c - remove require.cache clear from chunk loading (#5626)

Commit
2 years ago
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.
Author
Parents
Loading