brillout / vite-plugin-mdx

Vite Plugin for MDX
MIT License
113 stars 36 forks source link

feat: let other plugins manipulate mdxOptions #11

Closed aleclarson closed 3 years ago

aleclarson commented 3 years ago

This feature is used by https://github.com/vitejs/vite-plugin-react-pages/pull/16 to inject remark-frontmatter when it's missing.

https://github.com/aleclarson/vite-plugin-react-pages/blob/d06307d90ea57e260e32e0093b7d50740ca8a043/packages/react-pages/src/node/index.ts#L63-L75

brillout commented 3 years ago

Neat