mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
3ff99bd0e8
Based on: - #87134 --- hmr-refresh-reducer is identical to refresh-reducer except for the fact that it doesn't evict the prefetch cache. So this refactors both implementations to call the same shared function.