yuanyan / react-timesheet

Time Sheet Component for React
http://yuanyan.github.io/react-timesheet
MIT License
259 stars 32 forks source link

Getting syntax error in webpack #2

Open jchoi2x opened 8 years ago

jchoi2x commented 8 years ago

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.

oliyoung commented 7 years ago

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