Bug: makeSource
args type not updated with new config options for 0.2.5 release
#243
Milestone
makeSource
args type not updated with new config options for 0.2.5 release
#243
In the
0.2.5
release notes, for MDX, it's recommended to use a newmdxOptions
property, but thePartialArgs
type thatmakeSource
expects hasn't been updated for this as far as I can tell. Whereas with themarkdown
field, it was correctly updated to optionally support a builder callback function. Here's a link the relevant code:contentlayer/packages/@contentlayer/core/src/plugin.ts
Lines 125 to 132 in dcc4885
And the release notes where there is a mismatch: https://github.com/contentlayerdev/contentlayer/releases/tag/v0.2.5
Additionally, I'm unsure how this solves the problem I was aiming to resolve with #192
The text was updated successfully, but these errors were encountered: