After upgrading Angular from v.11 to v.12 I am getting the following warning:
Warning: Support was requested for IE 11 in the project's browserslist configuration. IE 11 support is deprecated since Angular v12. For more information, see https://angular.io/guide/browser-support
I don't have browserlist in my project. And in polyfill.ts
everything related to IE is commented out. Where does Angular infer this request from?