andreypopp/reactify

Issue with running `--es6` with watchify

Closed this issue · 1 comments

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?

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