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

Commit

Permalink
fix(ie): more permissive browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mderrier committed Feb 26, 2020
1 parent f41ac63 commit 79f719f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"presets": ["@babel/env"]
"presets": [["@babel/env", {
"targets": {
"browsers": ["> 0.5%"]
}
}]]
}

0 comments on commit 79f719f

Please sign in to comment.