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
hi, Im working on project that have server side rendering with express and when I want to add next-mdx-remote there is some errors in laravel-mix parsing like "worker_threads", "child_process", "fs" not found.
App works that mdx save on database as string and come to the inertia and serialize and server side (express) and use @mdx-js/react to transform it to jsx, there is no problem on express side to render it as html but when laravel-mix comes in there are so many errors with webpack.
I need help because it's so great feature for dynamic pages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
webpack configuration for next-mdx-remote
hi, Im working on project that have server side rendering with express and when I want to add next-mdx-remote there is some errors in laravel-mix parsing like "worker_threads", "child_process", "fs" not found.
App works that mdx save on database as string and come to the inertia and serialize and server side (express) and use @mdx-js/react to transform it to jsx, there is no problem on express side to render it as html but when laravel-mix comes in there are so many errors with webpack.
I need help because it's so great feature for dynamic pages.
Sorry for my bad English :)
Beta Was this translation helpful? Give feedback.
All reactions