The core issue is in micromatch matching, used by globby internally, see playground here https://codesandbox.io/s/10p9160v7l
So a possible solution is to escaping "+" character, probably not only the plus one. Ie escaping each pattern before calling globby.sync here.