Skip to content
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

Removing version number to fix a compile issue with hello_vue.js #121

Closed
wants to merge 1 commit into from
Closed

Removing version number to fix a compile issue with hello_vue.js #121

wants to merge 1 commit into from

Conversation

ytbryan
Copy link
Contributor

@ytbryan ytbryan commented Feb 26, 2017

Previously, a version number (2.1.10) was specified as Vue pointed to 2.2.0.beta1 (which breaks webpack compilation).

This PR removes that version number.

Users are encouraged to use ./bin/yarn to control the package version in the event of dependencies breaking default pack again.

Previously, the version number was written because Vue was pointing to 2.2.0.beta1 (which fails to compile). 

Users should use `./bin/yarn` to control the version in the event of future versions breaks compilation again.
@guilleiguaran
Copy link
Member

already merged a similar change in #122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants