HMR not Working With Nextjs Module Federation Plugin
I have two micro-frontend apps, main
and checkout
. For my MFE setup I’m using Next.js along with @module-federation/nextjs-mf
. The main
app consumes components from the checkout
app. The issue is that when I change any exposed component, HMR does not work.
HMR not Working With Nextjs Module Federation Plugin
I have two micro-frontend apps, main
and checkout
. For my MFE setup I’m using Next.js along with @module-federation/nextjs-mf
. The main
app consumes components from the checkout
app. The issue is that when I change any exposed component, HMR does not work.