How can I find the supported browser version for Next.js 12.3?

901 Views Asked by At

I want to build a Next.js 12.3 project supported by the browser versions in the image below. I have checked https://nextjs.org/docs/architecture/supported-browsers, but I think it is for Next.js 13.

This is the requirement for supported browser versions when building the project: enter image description here

How can I find the supported browser versions for Next.js 12.3?

1

There are 1 best solutions below

0
juliomalves On BEST ANSWER

By default, Next.js 12 supports IE11 and all modern browsers (Chrome 61, Edge 16, Firefox 60, Opera 48, Safari 11). You can see where the code change was made for Next.js 13 here.