Skip to content

Commit

Permalink
Build system: specify corejs version for babel (#8065)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored Feb 14, 2022
1 parent 57d4b88 commit cfe428d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = {
[
useLocal('@babel/preset-env'),
{
"useBuiltIns": "entry"
"useBuiltIns": "entry",
"corejs": "3.13.0"
}
]
],
Expand Down

0 comments on commit cfe428d

Please sign in to comment.