Skip to content

Commit

Permalink
Update babel config to transpile down to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 10, 2023
1 parent 1bdeebf commit 2ec4fcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/purple-ads-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

Update babel config to transpile down to node 14
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"@babel/preset-env",
{
targets: {
node: "current",
node: "14",
},
},
],
Expand Down

0 comments on commit 2ec4fcf

Please sign in to comment.