We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi Vladimir! Thank you for this awesome plugin. I noticed the plugin also shows logs in cases where it didn't exclude:
What if we logged only if shouldExcludeFile is true?
shouldExcludeFile
true
parcel-resolver-ignore/lib/index.js
Line 15 in b52182e
That should reduce the log footprint. What do you think?
The text was updated successfully, but these errors were encountered:
Or we could maybe format it nicer altogether, to make more informative to user — the boolean is not very clear...
If you approve this feature but you're busy, I can raise a PR. 👍
Sorry, something went wrong.
Good point @revelt. It should definitely be more clearer. If you have some spare time, feel free to raise a PR and I'll gladly merge it!
#3
No branches or pull requests
hi Vladimir! Thank you for this awesome plugin. I noticed the plugin also shows logs in cases where it didn't exclude:
What if we logged only if
shouldExcludeFile
istrue
?parcel-resolver-ignore/lib/index.js
Line 15 in b52182e
That should reduce the log footprint. What do you think?
The text was updated successfully, but these errors were encountered: