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
fix(gatsby-remark-copy-linked-files): Support MDX by visiting JSX nodes (#13552)
* Visit both html and jsx nodes to support mdx
* Babel transform remark-mdx so that node6 tests pass
* Skip the test instead of transforming remark-mdx
* Only import remark-mdx on node >=8
* Just move the require inside the test
0 commit comments