Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(babel): add ie10 as target
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Feb 19, 2018
1 parent 5a4bf33 commit ec2cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"env",
{
"targets": {
"browsers": ["ie 11", "last 2 versions"]
"browsers": ["ie 10", "last 2 versions"]
}
}
],
Expand Down

0 comments on commit ec2cff2

Please sign in to comment.