Replies: 1 comment
-
You can use my plugin for MDX 3: https://github.com/EasyWebApp/Parcel-transformer-MDX |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wanting to add some MDX based blog posts to my typescript react project built with parcel2.
It feels like this should be well-supported but I can't figure out the babel side I think?
I just added an MDX file per that project's example, and imported it. Parcel took care of installing
@parcel/transformer-mdx
for me.But then I get some errors that I think are more babel related? It feels like I need to instruct babel to pick up the result of the mdx transform? very stuck, help much much appreciated. I've tried adding a
.babelrc
but i've tried 100 random things im really just guessing.Does nayone have an example of Parcel2 with MDX, typescript and react?
Beta Was this translation helpful? Give feedback.
All reactions