Skip to content

Commit 5d065d6

Browse files
committed
Issue markfinger#53 - Added es6 compiler plugin to .bablerc in basic_rending example
1 parent 07fa17c commit 5d065d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/basic_rendering/.babelrc

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

0 commit comments

Comments
 (0)