Open
Description
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
Labels
No labels