Skip to content

Commit 13082c0

Browse files
ncordonangrykoala
andcommitted
Adds default targets for babel configuration
Co-authored-by: angrykoala <[email protected]> Signed-off-by: ncordon <[email protected]>
1 parent 96f9770 commit 13082c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/JavaScript/.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"presets": ["@babel/preset-env"]
2+
"presets": ["@babel/preset-env"],
3+
"targets": "defaults"
34
}

0 commit comments

Comments
 (0)