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

chore: move yorkie from cli-service to plugin-eslint & plugin-typescript #4153

Merged
merged 1 commit into from Jun 18, 2019

Commits on Jun 15, 2019

  1. chore: move yorkie from cli-service to plugin-eslint & plugin-typescript

    It is because yorkie is not used anywhere in @vue/cli-service, but only
    included for the `lintOn: 'commit'` feature of eslint & typescript
    plugin.
    
    Also, a lot of global installation issues are caused by the yorkie
    postinstall script. Moving it out of the dependency chain of `@vue/cli`
    mitigates such issues.
    sodatea committed Jun 15, 2019
    Copy the full SHA
    902d8f8 View commit details
    Browse the repository at this point in the history