remcohaszing / remark-mdx-frontmatter

A remark plugin for converting frontmatter metadata into MDX exports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not work with @mdx-js/mdx @mdx-js/rollup 2.1.1

anuoua opened this issue · comments

Can not work with @mdx-js/mdx @mdx-js/rollup 2.1.1 .

frontmatter not export.

"dependencies": {
  "@mdx-js/mdx": "^2.1.1",
  "@mdx-js/rollup": "^2.1.1",
  "remark-frontmatter": "^4.0.1",
  "remark-mdx-frontmatter": "^1.1.1",
}