This function logs the errors to the console, and will return shouldExit if there are errors that we should exit the build process for.

  • Parameters

    • options: NormalizedOptionsFailure

      The normalized options that failed validation.

    Returns { shouldExit: boolean }