Skip to content

Commit 10f5665

Browse files
committed
Merge pull request markfinger#55 from Pringels/master
Issue markfinger#53 - Added es6 compiler plugin to .bablerc in basic_rending
2 parents 07fa17c + 5d065d6 commit 10f5665

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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)