Skip to content

Commit

Permalink
Set environment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Mar 16, 2020
1 parent 277f6ef commit 1d3c4cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion babel.config.json
@@ -1,5 +1,10 @@
{
"presets": [
"@babel/preset-env"
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
]
]
}

0 comments on commit 1d3c4cb

Please sign in to comment.