Open guybedford opened 5 years ago
Here's a repro for this:
https://github.com/lucleray/ncc-backtracking-assets
ncc build folder/index.js
dist
folder does not contain example
Without backtracking (../
) in the path, it works fine.
A variation of this could be to modify the filter to support backtracking into sibling folders specifically.
Currently we filter wildcards to ensure they cannot bracktrack. There are cases where this can be useful though, so if it can be supported we should.