Skip to content

Commit 392e69d

Browse files
committed
tools: fix babel preset name in babelrc
1 parent 5f8cd60 commit 392e69d

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
"presets": [
33
"es2015",
4-
"babel-preset-stage-0"
4+
"stage-0"
55
],
66
"plugins": [
77
"transform-runtime"

0 commit comments

Comments
 (0)