Skip to content

Commit

Permalink
Add polyfills for IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaKudriasheva committed Sep 20, 2021
1 parent 74fde75 commit 9dc2112
Show file tree
Hide file tree
Showing 5 changed files with 4,165 additions and 611 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/preset-env",
{
"corejs": "3",
"useBuiltIns": "usage"
}
]
]
}
Loading

0 comments on commit 9dc2112

Please sign in to comment.