Seems contentlayer is currently imcompatible with the latest version of Next.js 13.3, when I run next dev non .contentlayer folder is generated.
I cloned the package.json, next.config.js and contentlayer config file from the example project and run the following comand to update nextjs
pnpm add next@latest react@latest react-dom@latest
After this pnpm run dev does not generated the .contentlayer folder.
example repo
Seems contentlayer is currently imcompatible with the latest version of Next.js 13.3, when I run
next devnon.contentlayerfolder is generated.I cloned the package.json, next.config.js and contentlayer config file from the example project and run the following comand to update nextjs
After this
pnpm run devdoes not generated the.contentlayerfolder.example repo