-
Notifications
You must be signed in to change notification settings - Fork 916
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
Vue-loader wants babel-runtime@^5.8.0 #96
Comments
Well, have to downgrade to 5.8.0 instead. |
It still works even after throwing this error. It's because 5.x.x -> 6.x.x is a major version from vue-loaders specified peerDeps afaik. |
@billcolumbia why vue-loader does not upgrade to 6.x.x? |
Not sure. @yyx990803 will probably update the dependencies as things like this pop up. Would likely need to test to make sure the new versions don't break others deps or this package first. |
This is an intended downgrade. Babel runtime 6.x has a few unresolved bugs that makes it impossible to use I've already talked with Babel core team members about this and will upgrade to runtime 6.x when these issues are resolved. |
Nice. Thanks for the info - just downgraded! @yyx990803! |
Good point, Evan! |
I don't know if this will be read or not (issue being closed n' all), but Babel version change should be reflected on the 'README.md' with minor explanation why Vue-loader is not using Babel 6 (for now) |
@Moe-Szyslak It is still using Babel 6, the downgrade is only for the |
ok, got it While I have this stage, I would like to say thank you for all your hard work! |
Hey @yyx990803 was just wondering if there's any news on this? It doesn't seem to be a big deal, I'm just curious whether those issues you mentioned have been resolved, and if not then what's holding them up? Maybe there are some issues you could point folks to so whoever has free time can help out? |
@taoeffect the core issue is that all official babel 6 plugins still rely on |
FYI: finally merged babel/babel#3438 in 6.8.0 |
Came here from this page: http://vuejs.github.io/vue-loader/start/tutorial.html |
What a coincidence, I arrived from the very same page as @duebbert, and I get If I do
I am a bit confused now about which version I should have. edit |
But I've used babel-runtime@6 in my project.
The text was updated successfully, but these errors were encountered: