Like the title says, I'm getting an error building my angular app after using the ng cli to upgrade from angular 11.2 to 12.2:
styles.css - Error: (0 , _identifier.getUndoPath) is not a function
I don't have a styles.css file (using styles.scss), nor do I see anywhere that file is referenced. Any idea what the issue could be?