-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ignore files inside node_modules #196
Comments
We hit this today. Did you find a solution for this? |
Our current workaround looks like this:
Then we're able to do stuff like this
|
Same issue here :( Having a setting for this would be nice. |
@gilbsgilbs are you still maintaining this library? I get like thousands of error logs because it tries to search for a billion keys inside of node_modules |
@hirbod if you submit a PR, I'll gladly review, merge and publish a new release. I can't do it myself yet though, sorry. |
Alright, thanks for your quick response. I'll try to see if I can exclude node_modules somehow. I just spent the whole day forking three different repos and I am investing more time fixing stuff than actually working currently :D |
Describe the bug
Plugin should ignore files inside "node_modules", or at least have a setting for this.
How to reproduce
Import a package which uses
t
functions. ex:@reduxjs/toolkit
,react-i18next
Expected behavior
Ignore files inside "node_modules"
What actually happens
Displays a warning:
Your environment
The text was updated successfully, but these errors were encountered: