markfinger / python-react

Server-side rendering of React components
MIT License
1.62k stars 116 forks source link

missing babel-preset-es2015 in package.json in Tornado-example #58

Closed letfly closed 8 years ago

letfly commented 8 years ago

Hi,error: /../python-react/examples/Tornado-example/static/js/CommentBox.jsx:1 (function (exports, require, module, filename, dirname) { import React fro There should add babel-preset-es2015 in package.json and presets in .babelrc.

markfinger commented 8 years ago

Thanks. Can you open a pull request to add those lines?