Skip to content

Commit 6a78da9

Browse files
author
rofrischmann
committed
env setup
1 parent 3b0a004 commit 6a78da9

File tree

7 files changed

+509
-10
lines changed

7 files changed

+509
-10
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+
"es2015",
4+
"stage-0"
5+
],
6+
"plugins": [
7+
"add-module-exports"
8+
]
9+
}

0 commit comments

Comments
 (0)