Skip to content

Cannot exclude select files in the loadFiles: [] #117

Open
@michaelprescott

Description

@michaelprescott

In my /src/*/, there are some files I don't want to load. I believe I'm using the right pattern:

loadFiles: ['src/**/(*.js|!thisfile.js)]
but that causes "failed to proxy" errors

I've also tried:
`loadFiles: ['src/*/.js', '!src/thisfile.js']
but it has no effect, thisfile.js is still loaded

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