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


i'm learning react.js, , use npm have react-tools installed. after type command: jsx --watch src/ build/ , did changes jsx file. console logs:

app.jsx changed; rebuilding... [] 

it never ends.

did have same problem?

yeah had same thing. managed working explicitly setting jsx file extension when resolving module identifiers

jsx -w -x jsx src/ build/ 

Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -