Skip to content

Commit

Permalink
fix(gatsby-plugin-mdx): pass on proper modules option value to babel (
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Apr 7, 2020
1 parent ff500c4 commit cd120ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/utils/gen-mdx.js
Expand Up @@ -150,7 +150,7 @@ ${code}`
{
useBuiltIns: `entry`,
corejs: 2,
modules: `false`,
modules: false,
},
],
],
Expand Down

0 comments on commit cd120ae

Please sign in to comment.