-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fs and vm for async chunk loading in Node (vercel/turborepo#8722)
### Description Use `fs` and `vm` when loading chunks asynchronously in Node, to not block the thread while reading large chunks Closes PACK-411 ### Testing Instructions Using the `test/e2e/app-dir/dynamic/` Next.js tests
- Loading branch information
Showing
3 changed files
with
70 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.