Remove PWA Category and Adjust Metrics Formatting in Lighthouse Plugin
Removed the "PWA" category from both the CATEGORIES and CATEGORIES_TITLE constants.
Updated the formatMetrics function to handle the absence of the "PWA" category gracefully.
Added validation to check if the categories or audits data is invalid. The system now logs an error message when such data is encountered and defaults to empty arrays for mobile and desktop results.
Remove PWA Category and Adjust Metrics Formatting in Lighthouse Plugin
CATEGORIES
andCATEGORIES_TITLE
constants.