Skip to content

Commit

Permalink
feat(turbopack-ecmascript): cache external modules with wrapper (#63337)
Browse files Browse the repository at this point in the history
### What?
This is a fix for a bundle potentially referring to two different
external modules (e.g. `react` because it gets invalided from the
require cache)

See vercel/turborepo#7988

### Turbopack Updates
* vercel/turborepo#8376 <!-- Tim Neutkens - Rename
ChunkLoading::None to ChunkLoading::Edge -->
* vercel/turborepo#8371 <!-- Donny/강동윤 - test: Add
an execution test for `paren_remover` -->
* vercel/turborepo#8370 <!-- Tobias Koppers - Tree
Shaking shared state and side effects -->
* vercel/turborepo#7988 <!-- hrmny -
feat(turbopack-ecmascript): cache external modules with wrapper -->

Closes PACK-2622
  • Loading branch information
ForsakenHarmony authored Jun 10, 2024
1 parent f893c18 commit 6c1d700
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 94 deletions.
100 changes: 39 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c1d700

Please sign in to comment.