Skip to content

Commit

Permalink
➕ (build) adds core-js in attempt to resolve IE11 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews committed Sep 17, 2020
1 parent ab6c6cb commit b1f4b20
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"presets": [
[
"@babel/preset-env"
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": "3.6"
}
]
]
}
Loading

0 comments on commit b1f4b20

Please sign in to comment.