Skip to content

Commit

Permalink
#3 Support IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada-sieds committed Apr 2, 2020
1 parent a0d25ba commit 6716fda
Show file tree
Hide file tree
Showing 7 changed files with 1,201 additions and 828 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
presets: [
[
'@babel/preset-env',
{
targets: {
ie: "11"
}
}
]
]
}
2 changes: 0 additions & 2 deletions .babelrc.yml

This file was deleted.

Loading

0 comments on commit 6716fda

Please sign in to comment.