Skip to content

Commit

Permalink
Fix invalid code generation due to Babel/core-js incompatibilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Aug 1, 2024
1 parent c6819f4 commit 38a1e17
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 38a1e17

Please sign in to comment.