You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use cpx like this: cpx "./bundle.js" ../../resources/public/js --watch
and I expect it to watch only one file: bundle.js
but it watches many other irrelevant files. I have node_modules directory in the same directory I run cpx (where bundle.js is located), and it watches all files in the node_modules directory.
The text was updated successfully, but these errors were encountered:
I use cpx like this:
cpx "./bundle.js" ../../resources/public/js --watch
and I expect it to watch only one file:
bundle.js
but it watches many other irrelevant files. I have
node_modules
directory in the same directory I run cpx (where bundle.js is located), and it watches all files in thenode_modules
directory.The text was updated successfully, but these errors were encountered: