andreypopp / reactify

[DEPRECATED] Browserify transform for JSX (superset of JavaScript used in React library by Facebook)
MIT License
690 stars 68 forks source link

Issue with running `--es6` with watchify #49

Closed sudodoki closed 9 years ago

sudodoki commented 9 years ago

Running watchify -t reactify main.js -o bundled.js would run as expected & keep rebundling whenever file changes. watchify -t reactify --es6 main.js -o bundled.js, on the other hand, runs for single time and then stops. Do you have some clues on what might be different in this case and what can I do to troubleshoot the issue?

sudodoki commented 9 years ago

My bad, wasn't paying close attention to []