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

Commit

Permalink
Merge pull request #7 from lelivrescolaire/fix/ie
Browse files Browse the repository at this point in the history
fix(ie): more permissive browsers
  • Loading branch information
mderrier authored Feb 26, 2020
2 parents f41ac63 + 79f719f commit 94ba91e
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 94ba91e

Please sign in to comment.