Skip to content

Commit

Permalink
Merge pull request #113 from langleyfoxall/fix/babel-corejs
Browse files Browse the repository at this point in the history
Fix invalid code generation due to Babel/core-js incompatibilities.
  • Loading branch information
jameswilddev authored Aug 1, 2024
2 parents 1d10953 + 38a1e17 commit da30b05
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 184 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[
"@babel/preset-env",
{
"useBuiltIns": "usage"
"useBuiltIns": "usage",
"corejs": 3
}
]
]
Expand Down
Loading

0 comments on commit da30b05

Please sign in to comment.