Skip to content

Commit

Permalink
Fluffed the browserslist config - need to cover es5 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan committed Dec 17, 2023
1 parent 1a9e240 commit d174ad3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/turf/babel.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"presets": ["@babel/preset-env"],
"targets": "> 0.25%, last 2 versions, not dead"
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, last 2 versions, fully supports es5, not dead"
}
]
]
}

0 comments on commit d174ad3

Please sign in to comment.