Skip to content

Commit b07f604

Browse files
committed
swapped to env preset instead of latest
1 parent ced8735 commit b07f604

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .babelrc

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["latest", "stage-2"],
2+
"presets": ["env", "stage-2"],
33

44
"plugins":
55
[
@@ -10,7 +10,8 @@
1010
{
1111
}
1212
}],
13-
"transform-runtime"
13+
"transform-runtime",
14+
"transform-export-extensions"
1415
],
1516

1617
"env":
@@ -27,7 +28,8 @@
2728
{
2829
}
2930
}],
30-
"transform-runtime"
31+
"transform-runtime",
32+
"transform-export-extensions"
3133
]
3234
}
3335
}

0 commit comments

Comments
 (0)