Skip to content

"No ESLint configuration found." when using yarn link #2793

@c0defre4k

Description

@c0defre4k

What problem does this feature solve?

When using a yarn linked package it breaks the build process.
This behavour has been changed multiple times between 3.0.0-beta and 3.0.5. See here #1559

I think it would help people a lot if there was some hint in the Vue-CLI docs.

What does the proposed API look like?

Give a hint in the docs to add this snippet to your vue.config.js when using yarn link.

chainWebpack: (config, ...rest) => {
    config.resolve.set('symlinks', false)
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions