with cucumber@1, I could run tests that needed transpiling like this
cucumberjs --compiler js:babel-core/register
but that doesn't work with cucumber@4
node_modules/.bin/cucumber-js --help
doesn't list the --compiler
option anymore
it doesn't complain when I put the option in, but when it gets to the first jsx angle bracket, it complains.