Closed erikakers closed 9 years ago
@erikakers thanks for taking care of this. would you mind fixing the build errors please. I guess you just need to change double quotes to single. https://travis-ci.org/paypal/react-engine/jobs/81889349
Also, can we change
require('babel/register')({});
to require('babel/register');
Changed to require('babel/register')
and changed to single quotes. All tests are now passing.
:+1:
Updating the React Engine samples to use Babel instead of Node-JSX since Node-JSX was deprecated in favor of Babel.