Skip to content

Commit 2fe804b

Browse files
committed
fix(babel): fix decorator error with new version of babel
1 parent 1fed8e7 commit 2fe804b

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
@@ -8,7 +8,7 @@
88
]
99
}
1010
}],
11-
"@babel/stage-2"
11+
["@babel/stage-2",{"decoratorsLegacy":true}]
1212
],
1313
"comments": false
1414
}

0 commit comments

Comments
 (0)