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
While using the task on multiple files inside a directory structure, the task fails and stops uglification at the point where it finds the first error. I need the task to log the error and move on to next file. I have tried using --force flag with it and drop_console: true. But still the same.
Is there any option to log the error in the file and then move on to next file for uglification?