-
Notifications
You must be signed in to change notification settings - Fork 184
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
Use babel preset in cli #302
Conversation
This is blocking on 0.4.0 to publish |
@doug-wade - Blocking on 0.4.0 of what? |
@gigabo React Server! |
It requires breaking changes? |
Whichever version we publish next. Semver versions before 0 are kinda squishy -- adding two new packages to the ecosystem seemed like it might merit more than patch version change. |
15b8bc7
to
454f32f
Compare
@@ -38,7 +38,7 @@ | |||
"jasmine": "2.3.1", | |||
"jsdom": "5.6.1", | |||
"jsx-loader": "0.12.2", | |||
"lerna": "2.0.0-beta.23", | |||
"lerna": "git://github.com/lerna/lerna.git#master", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build is passing locally with my lerna built off master (which runs prepublish
as part of bootstrap), but not on ci so I tried pulling from master. However, lerna's master branch isn't a functioning node module, so this isn't working either. Next, I'll try a lerna run prepublish
on ci, but if that doesn't work, we may just need to wait for lerna-2.0.0-beta.24
454f32f
to
bc8ee85
Compare
bc8ee85
to
efbc7a3
Compare
efbc7a3
to
12133f1
Compare
Transpile the cli (but not its clients) with babel-preset-react-server