Skip to content

Commit 890b3c9

Browse files
committed
fix: remove stage-2 from .babelrc
1 parent db3f818 commit 890b3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"env": {
33
"test": {
4-
"presets": ["env", "es2015", "stage-2"]
4+
"presets": ["env", "es2015"]
55
}
66
}
77
}

0 commit comments

Comments
 (0)