-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
(Build fix) babel-preset-es2015 updates #572
Conversation
Hey @toddtarsi, Thanks for submitting a patch! That's awesome. For the dependency bump- I wonder if you would also be willing to update the I'm not sure I understand why the "loose" mode change is included with this PR. Could you clarify? I'm a little wary of this as it may impact the generated code in unknown ways. |
I’m okay with pulling the loose mode change out of this and rebasing it down.
Honestly, that's a bit of an artifact, and I just checked, the build succeeds without that change.
… On Feb 10, 2017, at 4:32 PM, Brian Vaughn ***@***.***> wrote:
Hey @toddtarsi <https://github.com/toddtarsi>,
Thanks for submitting a patch! That's awesome.
For the dependency bump- I wonder if you would also be willing to update the yarn.lock so that it and package.json stay in sync?
I'm not sure I understand why the "loose" mode change is included with this PR. Could you clarify? I'm a little wary of this as it may impact the generated code in unknown ways.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#572 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEfUsb0Z1MRaqyGGDHSUVPd9zsfi3aa4ks5rbOWWgaJpZM4L95xr>.
|
I'd be much more comfortable with changing only the deps versions :) |
052135f
to
150e6b6
Compare
There! Rebased accordingly. Thanks for the rapid feedback 😄 |
No problem. But would you also be willing to update the |
150e6b6
to
5616e5b
Compare
Okay, rebased again! Sorry about that, I haven't used yarn before. |
I just used two commands:
|
No problem. That looks right to me. 😄 |
Did a fresh install and confirmed the error you mentioned above. Ran the following upgrade command and confirmed that the error was resolved:
Thanks so much for taking the time to put this PR together! |
Thanks so much for sharing the great repo! 👍 |
Thanks again for this fix 😁 I ran into the same problem with react-presents and redux-search and was able to just apply the same technique as you did here without wasting any time on it. |
When attempting to test locally, I found I could not build on my system.
The command that would fail was
npm run build:es
.This was the error I got:
While googling some of the keywords on traces, I found this group of stack traces:
developit/preact-boilerplate#89
I basically followed their advice, nothing, and then tried updating these dependencies. That seemed to do it.
Please let me know if you have any thoughts / differences in your experiences.
Thanks again for the excellent repo, and if you'd like any other feedback, let me know!
Node: v6.0.0
Npm: 4.2.0
OS: MacOS Sierra 10.12.1