Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recma Plugins #2855

Closed
pomber opened this issue Apr 29, 2024 · 1 comment
Closed

Recma Plugins #2855

pomber opened this issue Apr 29, 2024 · 1 comment
Milestone

Comments

@pomber
Copy link

pomber commented Apr 29, 2024

Hi. Looks like recmaPlugins aren't supported in mdxOptions:

// next.config.mjs
import nextra from "nextra"

const withNextra = nextra({
  theme: "nextra-theme-docs",
  themeConfig: "./theme.config.jsx",
  mdxOptions: {
    remarkPlugins: [myRemarkPlugin],
    recmaPlugins: [myRecmaPlugin], // This does nothing
  },
})

export default withNextra()

Is this intentional?

@dimaMachina
Copy link
Collaborator

dimaMachina commented May 4, 2024

pr welcome (use v3 as base branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants