`netlify/build` has some code similar to: ``` const pathGroups = await glob('**', { absolute: true, dot: true, ignore: excludePatterns, onlyFiles: false, markDirectories: true, followSymbolicLinks: false, }) const paths = pathGroups.filter((path) => !path.endsWith('/')) ``` This behaves differently in `tinyglobby` than in `fast-glob` See here for a reproduction: https://github.com/benmccann/tinyglobby-symlinks Blocks https://github.com/netlify/build/pull/6354
netlify/buildhas some code similar to:This behaves differently in
tinyglobbythan infast-globSee here for a reproduction: https://github.com/benmccann/tinyglobby-symlinks
Blocks netlify/build#6354