This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Description
Hey,
First of all thank you for this awesome plugin, it solves a lot of things I need for MDX-Documentation at one go.
From what I can understand the extractFrontMatter function is only executed on startup / restart of the webpack dev server. This means that when I add a new mdx file in pages the frontmatter is not generated before I manually restart the dev server.
Are there any workarounds for this? How do you use the plugin in development?
I am pretty new to babel/webpack stuff, sorry if this is a noobie question. Any help would be much appreciated, thank you :)