next.js
ebbbbcb2 - fix(turbopack): Prevent duplicate in tree shaking (#77491)

Commit
305 days ago
fix(turbopack): Prevent duplicate in tree shaking (#77491) ### What? Resolve `ModulePart::ModuleEvaluation` as `ModulePart::InternalEvaluation` while **resolving reference**. ### Why? If we don't do this, the module containing the latest side effect is duplicated. ### How?
Author
Parents
Loading