Hey, I have a doubt regarding managing the mdx files in development mode #1036
Replies: 1 comment 2 replies
-
Unfortunately no, I asked the Next.js team but they currently are not working on new APIs and lazy bundling of async imports isn't supported. Now the only solutions are Content Collections or your custom content source using next-mdx-remote. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @fuma-nama, I am facing a problem most of the time due to large number of mdx files in my various folders. What is happening is due to the large number of mdx files and folders (currently I have 6 folders) it takes a long time to start the development mode and sometimes it takes most of my laptops available resources, so is there any way to host a separate folder at a time instead of compiling them all at once ?
Beta Was this translation helpful? Give feedback.
All reactions