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
Post a Comment