How to configure file watcher to ignore all errors?
Hello, i can't find how to completly disable check for errors in file watcher. I have multiple js files. I want to minify them and place into one file. But when file watcher starts minify the files, it displays errors such as "ReferenceError: THREE is not defined". In that file THREE is not defined, but its definded in another file. What to do?
Please sign in to leave a comment.
Would File Watcher | Advanced Options | Show console: Never do the trick?
Nope it's just not showing console.