I can't use in browser JSXTransformer.js
even for development, because i am using require.js
for loading modules.
When i run jsx --watch src/ build/
, actually just one jsx->js
conversion is performed against files in src
directory, but subsequently, if i change any file in src
directory, nothing happened, no translation jsx->js
(like if jsx --watch
didn't noticed any changes).
Same happened to me.
Try this command line:
jsx --watch -x jsx src/ build/
I had the same problem, but this helped:
jsx --watch ./scr ./build
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With