HMR not working with "--turbo" in Turborepo, files changes in internal package is not recognized
Unanswered
Vi Hiếu posted this in #help-forum
Vi HiếuOP
Does anyone having the same issue? I have a Turborepo monorepo running with pnpm. Next isn't picking up changes for some files while running with turbopack (pnpm dev --turbo) and I have to restart the dev server to see the changes. It mostly occures with files in internal packages, but not all of them.
Without turbo HMR works fine, but the compile time is slow which is why I switched to using turbo.
My current Nextjs version is 14.2.14, with next-auth and next-intl, using Mantine as UI library.
Without turbo HMR works fine, but the compile time is slow which is why I switched to using turbo.
My current Nextjs version is 14.2.14, with next-auth and next-intl, using Mantine as UI library.