Closed bartekn closed 6 years ago
@bartekn I'll look into the safety of removing this option later today.
Tried it with a blank new create-react-app
project and it's working.
Thank you for your work, hope to see it merged soon. :)
I feel confident we can merge this
@nullstyle thanks, do you want to release a new version of js-xdr
or I should do it?
Multiple developers reported an issue with Babel in
js-xdr
(in https://github.com/stellar/js-stellar-sdk/issues/88 and other issues):I reproduced the error using: https://github.com/stellar/js-stellar-sdk/issues/88#issuecomment-341774206 and removed:
from gulpfile. Then I built the project and pointed
js-xdr
in repronode_modules
directory to a newly built package and it worked correctly.Not sure what
runtime
option does, it's no longer in Babel docs and I can't find it history. @nullstyle could you confirm removing this option is safe?