SCSS watching files in node_modules folder

I can't imagine anybody wanting SCSS (or any plug-in) modifying carefully versioned package installations under node_modules.  How do we stop that from happening and why is it not prohibited by default?

0
1 comment

Hi there,

 

> How do we stop that from happening

Right now you can use this solution:

  • Create a custom scope where you will include only folders/files you want to watch
  • Use that scope in actual File Watcher
0

Please sign in to leave a comment.