GeKorm / webpack-permissions-plugin

A webpack plugin to manage the permissions of output files and directories
MIT License
11 stars 8 forks source link

Fixing file selection #7

Closed vitchioto closed 3 years ago

vitchioto commented 3 years ago

Maybe it's because of change in Filehound, I don't know... but if with .not().directory(), no files are found for me... when I remove it, it works as I expected...

also in documentation (https://nspragg.github.io/filehound/FileHound.html) it returns files by default, so explicitly saying "not directory" seems not needed anyway...

btw, I am using: Node.js v14.15.4 npm 6.14.10 Filehound 1.17.4