Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-tools: app.jsx changed; rebuilding... never ends

Tags:

reactjs

I'm learning react.js, and I use npm have react-tools installed. But after I type the command: jsx --watch src/ build/ and I did some changes to my jsx file. The console logs:

app.jsx changed; rebuilding...
[]

It never ends.

Did someone have the same problem?

like image 941
Aaron Shen Avatar asked Nov 24 '25 15:11

Aaron Shen


1 Answers

Yeah I had the same thing. I managed to get it working by explicitly setting jsx as the file extension when resolving module identifiers

jsx -w -x jsx src/ build/
like image 60
Ron Avatar answered Nov 28 '25 00:11

Ron



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!