Skip to content

Commit

Permalink
Set node version for recipes babelrc to earliest supported version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Aug 3, 2020
1 parent 911831a commit 68b80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/.babelrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["@babel/env", { "modules": false, "targets": { "node": "current" } }],
["@babel/env", { "modules": false, "targets": { "node": "10.13.0" } }],
"@babel/preset-react"
],
"plugins": ["@babel/plugin-transform-runtime"]
Expand Down

0 comments on commit 68b80ae

Please sign in to comment.