deadfile
deadfile copied to clipboard
[Question] Does it work directly in folder?
I've tried to run on the app entry point, but the result is completely wrong.
Can I run it directly on an entire src folder?
The same issue
By giving the entrypoint I got the same result; even putting npx ./src/index.js --dir ./src
.
I found that instead making it npx deadfile ./src/index.js ./src/**/*.js
found all the files but did only marked as unused the pngs so it wasn't much use.
I guess I'll stick with shrimpit for the time being.