next.js
e5b51469 - fix a perf problem in VersionedContentMap (#61442)

Commit
1 year ago
fix a perf problem in VersionedContentMap (#61442) ### What? Avoid a dependency from the emit operation to the `get_and_write` lookup. ### Why? This makes HMR much faster since the `get_internal` method is pretty slow. Closes PACK-2337
Author
Parents
Loading