Skip to content

Escaped forward slashes in paths do not work on Windows #89

@MetRonnie

Description

@MetRonnie

E.g.

exclude: /node_modules|src\/components\/myComponent/,

works on Linux but on Windows I get the cyclic dependency errors for that component.

A workaround is to use [\/\\] instead of just \/. Is there a better way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions