Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-plugin-mdx): babel.transform requires filename field now #27305

Merged
merged 1 commit into from Oct 6, 2020

Conversation

pvdz
Copy link
Contributor

@pvdz pvdz commented Oct 6, 2020

Fixes #26446

Apparently Babel had a breaking requirement for directly calling babel.transform and this dependency bump causes our MDX plugin to now trigger this fatal in Babel.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Oct 6, 2020
@pvdz pvdz added topic: MDX topic: webpack/babel Webpack or babel and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Oct 6, 2020
@pvdz pvdz merged commit 8e07dfd into master Oct 6, 2020
@delete-merged-branch delete-merged-branch bot deleted the mdxbabel branch October 6, 2020 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: webpack/babel Webpack or babel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mdx 1.2.32 to 1.2.33 breaks because babel has new api requirements
3 participants