Skip to content

Commit cca16b4

Browse files
committed
Added missing babelrc
1 parent 05c650b commit cca16b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.babelrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
["@babel/preset-env", {
4+
}]
5+
],
6+
"plugins": [
7+
"@babel/plugin-transform-runtime"
8+
]
9+
}

0 commit comments

Comments
 (0)