Skip to content

Warn if files doesn't resolve to a file #1058

Open
@appsforartists

Description

files leaves room for subtle mistakes that are hard to catch at review time, such as:

      "files": [
        "vite.config.js", // maybe the actual extension is ts
        "../../vite.config.common.ts" // maybe there's a wrong number of ../s

If a literal path is specified that doesn't match an actual file, Wireit should throw an error.

See also #215

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions