yuanyan / react-timesheet

Time Sheet Component for React

Home Page:http://yuanyan.github.io/react-timesheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting syntax error in webpack

kizzlebot opened this issue · comments

image

This occurred from from executing require('react-timesheet'). I got it to work by pasting src/Timesheet.js into babel repl and overwriting it.

It's not pre-processing the JSX in the file (that's where it's failing) probably because of file extension, running it through the REPL just spits out pure JS (ie <div> -> React.createElement('div