You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume we would need to wrap our current "quasis" logic here which is handling tagged template literals in a conditional to verify that the user has in fact used the tagged template string vs use inline as a function and then fs.readFileSync the file and parse it as MDX.
The text was updated successfully, but these errors were encountered:
From a recent discussion on twitter: https://twitter.com/kentcdodds/status/1026817174717968386?s=20
It would be cool to be able to "import" mdx files without needing to use webpack:
API:
I assume we would need to wrap our current "quasis" logic here which is handling tagged template literals in a conditional to verify that the user has in fact used the tagged template string vs use
inline
as a function and thenfs.readFileSync
the file and parse it as MDX.The text was updated successfully, but these errors were encountered: