next.js
e5b51469
- fix a perf problem in VersionedContentMap (#61442)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#61442 - fix a perf problem in VersionedContentMap
Author
sokra
Parents
fafcb5fb
Loading