DEV Community

Discussion on: In Next.js, I want to hot-reload extensions other than `.ts, .tsx` (e.g. `.md`).

Collapse
 
supportic profile image
Supportic

HRM (hot refresh) for NEXT is only applied to react components. You might want to use GulpJS an listen for file changes.