Skip to content

Commit

Permalink
chore: use core-js3 for polyfilling
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll committed May 10, 2019
1 parent 212400e commit 84dfb3b
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 535 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[
"@babel/preset-env",
{
"loose": true
"loose": true,
"useBuiltIns": "usage",
"corejs": 3
}
]
]
Expand Down
Loading

0 comments on commit 84dfb3b

Please sign in to comment.