I'm using vim has an editor. JSX compiles the swap/temporary files. How can I avoid that ?
Command line :
jsx --extension js --watch src/ build/
What I see in stdout :
.helloworld.js.swp changed; rebuilding...
["helloworld"]
["helloworld"]
helloworld.js~ changed; rebuilding...
helloworld.js~ changed; rebuilding...
["helloworld"]
["helloworld"]
Thanks. :)