Skip to content

Commit

Permalink
Merge pull request #32 from AnnaKudriasheva/fix/polyfills-for-ie11
Browse files Browse the repository at this point in the history
Add polyfills for IE11
  • Loading branch information
AnnaKudriasheva authored Sep 22, 2021
2 parents 74fde75 + 9dc2112 commit 852ecba
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 852ecba

Please sign in to comment.