We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b5653 commit 4b85ec7Copy full SHA for 4b85ec7
examples/Tornado-example/.babelrc
@@ -1,5 +1,6 @@
1
{
2
"plugins": [
3
"transform-react-jsx"
4
- ]
5
-}
+ ],
+ "presets": ["es2015"]
6
+}
examples/Tornado-example/package.json
@@ -3,6 +3,7 @@
"dependencies": {
"babel-core": "^6.1.20",
"babel-plugin-transform-react-jsx": "^6.1.18",
+ "babel-preset-es2015": "^6.3.13",
7
"body-parser": "^1.14.1",
8
"express": "^4.13.3",
9
"react": "^0.14.2",
0 commit comments