Skip to content

Commit 17d15c6

Browse files
committed
Add .babelrc
1 parent 6775e41 commit 17d15c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/.babelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": ["es2015", "stage-0", "react"],
3+
"plugins": [
4+
"transform-decorators-legacy"
5+
]
6+
}

0 commit comments

Comments
 (0)