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

Commit

Permalink
fix(.babelrc): add ie11 to supported browsers
Browse files Browse the repository at this point in the history
fix(.babelrc): add ie11 to supported browsers
  • Loading branch information
Metnew committed Nov 9, 2017
1 parent e9d22eb commit b91b0e4
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 @@ -23,7 +23,7 @@
"env",
{
"targets": {
"browsers": ["last 2 versions", "> 1%"]
"browsers": ["last 2 versions. ie 11", "> 1%"]
}
}
],
Expand Down

0 comments on commit b91b0e4

Please sign in to comment.