Can we watch files in node_modules? #114
Answered
by
yandeu
trusktr
asked this question in
Help / Questions
-
I'm trying something like this:
hoping that Is there a way? |
Beta Was this translation helpful? Give feedback.
Answered by
yandeu
Oct 15, 2023
Replies: 1 comment 2 replies
-
Unfortunately node_modules is hard coded to be ignored. Line 568 in a7093d7 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But, you can do it programmatically: