Skip to content

Commit 2290e34

Browse files
committed
Configure Babel for using ES6 syntax in the project
0 parents  commit 2290e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["env"]
3+
}

0 commit comments

Comments
 (0)