Skip to content

Commit cd120ae

Browse files
authored
fix(gatsby-plugin-mdx): pass on proper modules option value to babel (#22903)
1 parent ff500c4 commit cd120ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-mdx/utils/gen-mdx.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ${code}`
150150
{
151151
useBuiltIns: `entry`,
152152
corejs: 2,
153-
modules: `false`,
153+
modules: false,
154154
},
155155
],
156156
],

0 commit comments

Comments
 (0)