Sébastien De Varennes

Results 2 issues of Sébastien De Varennes

Version used: 0.24.0 For some weird reason I can't seem to explain just yet, the batchRead query isn't properly named during compilation when my object is named 'equipment', but works...

### Mono-repo ``` node_modules/ packages/ a/ node_modules/ b/ node_modules/ c/ c-1/ node_modules/ c-2/ node_modules/ ``` ### Expected ignore-path ``` "ignorePath": [ "node_modules", "**/node_modules" ``` ### Current ignore-path (so that it...