Skip to content

Commit

Permalink
feat: drop explorer 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed Apr 7, 2022
1 parent b03d998 commit cddea8c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"presets": [ "@babel/preset-env" ]
}
"presets": [
[
"@babel/preset-env",
{
"targets": "defaults, not ie 11",
"corejs": "3.21"
}
]
]
}

0 comments on commit cddea8c

Please sign in to comment.