You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which area(s) are affected? (Select all that apply)
Markdown (MDX)
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
bug is windows specific, turbopack needs to be enabled, mdx support in next.config using @next/mdx, using mdx plugins where name is a string and options need to be serializable (this example has no options for simplicity)
The text was updated successfully, but these errors were encountered:
Link to the code that reproduces this issue
https://github.com/chrisweb/nextjs_mdx-js-loader_windows_reproduction
To Reproduce
git clone https://github.com/chrisweb/nextjs_mdx-js-loader_windows_reproduction.git
)npm i
)npm run dev
)Current vs. Expected behavior
if you are on windows you will now get an error in your terminal and can also see it if you open localhost:3000 in your browser
Provide environment information
Which area(s) are affected? (Select all that apply)
Markdown (MDX)
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
bug is windows specific, turbopack needs to be enabled, mdx support in next.config using @next/mdx, using mdx plugins where name is a string and options need to be serializable (this example has no options for simplicity)
The text was updated successfully, but these errors were encountered: