-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Babel broken - needs upgrade #38
Comments
this issue is correlated to #32 which describes a similar bug in lodash. the issue was closed because lodash is not a direct dependency of slp-sdk. however that issue, and this one will be solved once slp-sdk upgrades to Babel 6. the version in current use is no longer supported I have verified that the problems in Babel were fixed as of: babel/babel@0345c1b#diff-726a7b1ebcc4ecc81357266f8395ac19 and for anyone interested, until slp-sdk upgrades, the patch below fixes the problem with babel:
also, the patch for the lodash problem:
|
this module relies on Babel 6, which is broken:
yields:
I reached out to the Babel guys and they said v6 is no longer maintained and your package should upgrade. please see: babel/babel#9786
please upgrade and let me know when I can refresh
The text was updated successfully, but these errors were encountered: