webpack-unused
webpack-unused copied to clipboard
Add an `ignore` option
This currently includes files like tests, snapshots, and storybook files - it'd be great if it could take a list of regexes to ignore (i'm happy to contribute if needed)
I just pipe the output to grep -v <pattern>
for that.