next.js
chore(HMR clients): Clean up and share code between app and pages router
#76960
Merged

Commits
  • Use shared constant for failed HMR message
    bgw committed 289 days ago
  • Share reportHmrLatency between app and pages router
    bgw committed 289 days ago
  • Remove MODE from pages implementation, use process.env.TURBOPACK everywhere
    bgw committed 289 days ago
  • Flip turbopack/webpack branch to avoid negation in conditional
    bgw committed 289 days ago
  • Add and use shared reportInvalidHmrMessage helper function
    bgw committed 289 days ago
  • Remove some old or useless comments
    bgw committed 289 days ago
  • Inline trivial handleBeforeHotUpdateWebpack function
    bgw committed 289 days ago
  • Handle potentially undefined routeInfo in handleStaticIndicator (creates noise in tests)
    bgw committed 289 days ago
  • Remove accidentally duplicated reportHmrLatency
    bgw committed 289 days ago
Loading