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 3c686ae commit 76e4f24Copy full SHA for 76e4f24
.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["es2015", "react"]
3
+}
package.json
@@ -11,6 +11,8 @@
11
"postinstall": "node pre-build-production.js"
12
},
13
"dependencies": {
14
+ "babel-preset-es2015": "^6.9.0",
15
+ "babel-preset-react": "^6.5.0",
16
"react": "^0.14.2",
17
"react-dom": "^0.14.2",
18
"sourcejs": "^0.6.0-nightly.4",
0 commit comments