Skip to content

Commit

Permalink
Adds default targets for babel configuration
Browse files Browse the repository at this point in the history
Co-authored-by: angrykoala <angrykoala@outlook.es>
Signed-off-by: ncordon <nacho.cordon.castillo@gmail.com>
  • Loading branch information
2 people authored and parrt committed Jul 24, 2023
1 parent ce7f5e7 commit 832b202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/JavaScript/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"],
"targets": "defaults"
}

0 comments on commit 832b202

Please sign in to comment.