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. Looks like recmaPlugins aren't supported in mdxOptions:
// next.config.mjsimportnextrafrom"nextra"constwithNextra=nextra({theme: "nextra-theme-docs",themeConfig: "./theme.config.jsx",mdxOptions: {remarkPlugins: [myRemarkPlugin],recmaPlugins: [myRecmaPlugin],// This does nothing},})exportdefaultwithNextra()
Is this intentional?
The text was updated successfully, but these errors were encountered:
Hi. Looks like
recmaPlugins
aren't supported inmdxOptions
:Is this intentional?
The text was updated successfully, but these errors were encountered: